-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
I've tried
Capybara::Screenshot.register_filename_prefix_formatter(:cucumber) do |scenario|
"screenshot_#{scenario.name.split(" ".join("_"))}"
end
in env.rb of cucumber spec but it won't work with screenshot_and_save_page
any tips?
tried to debug but it's like it does not get called at all
Reactions are currently unavailable