cuprite icon indicating copy to clipboard operation
cuprite copied to clipboard

Support custom save_path option

Open odlp opened this issue 3 years ago • 0 comments

This PR allows a custom save_path option to be configured, instead of defaulting to the Capybara.save_path.

The motivation is wanting to specify an ephemeral directory for downloads (PDFs, CSVs etc) which is cleared between tests, but keep other items saved to the Capybara.save_path (like screenshots) as CI artifacts.

odlp avatar May 11 '22 09:05 odlp