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

PhantomJS not shutting down when using start #191

Closed
dylang opened this issue Nov 27, 2012 · 3 comments
Closed

PhantomJS not shutting down when using start #191

dylang opened this issue Nov 27, 2012 · 3 comments

Comments

@dylang
Copy link

dylang commented Nov 27, 2012

Phantom PhantomJS's show up in the activity monitor after tests have run. Run testacular start runs the tests with PhantomJS even though it's not in the browsers array.

  • OSX (mountain lion)
  • Node 0.8.15
  • Testacular 0.5.5

A co-worker with simular setup was able to reproduce this issues as well. His activity monitor had at least 6 PhantomJS's running.

@dignifiedquire
Copy link
Member

I think the reason for this is when testacular crashes the PhantomJS instances stay open and they are on the connection page to testacular so they run the tests. Try

$ killall phantomjs

and run testacular again to see if this problem still occurs.

@dignifiedquire
Copy link
Member

Probably related to #94

@vojtajina
Copy link
Contributor

Please re-open if you still think it's an issue. Should be fixed in @canary.

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

No branches or pull requests

3 participants