Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database cleanup does not run after failed tests #40

Open
tblakey89 opened this issue May 22, 2015 · 0 comments
Open

Database cleanup does not run after failed tests #40

tblakey89 opened this issue May 22, 2015 · 0 comments

Comments

@tblakey89
Copy link

This is similar to issue #19, only the database cleanup does not occur only when the tests fail when running the command 'rake protractor:spec_and_cleanup'. I am running protractor-rails 0.0.15. Ruby version 2.1.5.

This is my final outputs from a failed test:
...
[2015-05-22 10:32:17] INFO going to shutdown ...
[2015-05-22 10:32:17] INFO WEBrick::HTTPServer#start done.
Exiting
kill left over selenium processes...
Selenium Standalone has exited with code null

This is my final outputs from a passed test:
[2015-05-22 10:39:09] INFO going to shutdown ...
[2015-05-22 10:39:09] INFO WEBrick::HTTPServer#start done.
Exiting
kill left over selenium processes...
Selenium Standalone has exited with code null
rake db:test:prepare to cleanup for the next test session
** Invoke db:test:prepare (first_time)
...etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant