This commit is contained in:
John Bintz 2012-11-26 14:14:00 -05:00
parent cf5e2f3a3e
commit b5b3a180bc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Capybara.default_driver = :persistent_selenium
Should work just the same as if you used the standard Capybara Selenium driver, except for
these two differences:
* The browser starts up first thing and sticks around
* The browser starts up first thing and sticks around.
* The last page you were on before your tests passed/failed stays there, so you can inspect it.
The browser's cookies and such are reset before the next test runs, so you still get the state