Added a note about crashes to the README

This commit is contained in:
Joe Ferris 2011-10-01 12:03:07 -05:00
parent 24f98a9016
commit d3f344af44
1 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,15 @@ development toolkit. You'll need to download the Qt libraries to build and
install the gem. You can find instructions for downloading and installing QT on
the [capybara-webkit wiki](https://github.com/thoughtbot/capybara-webkit/wiki/Installing-QT)
Reporting Issues
----------------
Without access to your application code we can't easily debug most crashes or
generic failures, so we've included a debug vesion of the driver that prints a
log of what happened during each test. Before filing a crash bug, please see
[Reporting Crashes](https://github.com/thoughtbot/capybara-webkit/wiki/Reporting-Crashes).
You're much more likely to get a fix if you follow those instructions.
CI
--