mattheworiordan / capybara-screenshot

Automatically save screen shots when a Capybara scenario fails
MIT License
1.02k stars 168 forks source link

Not working with rspec's aggregate_failures option #216

Closed ypresto closed 7 years ago

ypresto commented 7 years ago

When failure happened in it '...', aggregate_failures: true do block, capybara-screenshot does not take any screenshot.

Library versions:

capybara (2.13.0) capybara-screenshot (1.0.17) rails (5.1.3) rspec-core (3.5.4) rspec-rails (3.5.2)

mattheworiordan commented 7 years ago

I believe this is fixed with https://github.com/mattheworiordan/capybara-screenshot/pull/213. I will close this issue, but re-open if not.