Capybara: exception trace in log Capybara: exception trace in log ruby-on-rails ruby-on-rails

Capybara: exception trace in log


Go examine your config/environments/test.rb to find the line:

config.action_dispatch.show_exceptions = false

And change it to true.


The selected answer did not work for me. I'm using Cucumber + Capybara + Rails.

This related answer helped me get the culprit error in the test.log file after running the Cucumber scenario.