cuprite
cuprite copied to clipboard
Support custom save_path option
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.