mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
1dfcffb583
When `before_setup` fails, for example with fixture errors, the failure is stored, `setup` is skipped, and `take_failed_screenshot` is called. Taking a screenshot triggers starting the server which will probably fail since fixtures are not properly loaded. This generates another failure and makes it harder to debug the fixture failure. If the server was not already started, it makes no sense to take a screenshot since it is not relevant. This commit skips taking a failure screenshot if no browser session has been started. |
||
---|---|---|
.. | ||
test_helpers | ||
browser.rb | ||
driver.rb | ||
server.rb |