When I run RSpec, is it possible to have capybara/selenium report any javascript console.errors and other exceptions back to RSpec?
I have a whole bunch of tests failing, but my application is working when I manually test it. Without knowing the javascript errors that are likely blocking my single-page web app only during testing, it's really hard to figure out why the tests are failing.
I've looked around and haven't really been able to find a solution to this.