Ian Dikhtiar
Results
3
comments of
Ian Dikhtiar
Any updates?
My workaround was instead of doing this: ``` Capybara.save_and_open_page_path = File.join(Integrator.root, 'tmp', 'failures') Capybara::Screenshot.register_filename_prefix_formatter(:cucumber) do |scenario| scenario.title.gsub(/\s+/, '_') end ``` I simply do this: ``` Capybara::Screenshot.register_filename_prefix_formatter(:cucumber) do |scenario| scenario.title.gsub(/\s+/, '_')...
Fix azure please