-
Notifications
You must be signed in to change notification settings - Fork 408
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
Page reloads without finishing tests #547
Comments
I have the same setup and have experienced this issue as well. I ended up just using |
I'll take a look. Just to double check, which os / node / testem version are you running? |
Node: v0.12.2 Thanks! |
This should be fixed by #550. Could you add |
ember-cli PR ember-cli/ember-cli#3962 |
That fixed it. You're awesome. |
When running the testem server and accessing the runner in the browser, the page reloads over and over again, without ever finishing the tests.
It seems to be due to this method, which I think is fired in response to a socket.io method:
I'm happy to provide more information, and would love some debugging advice if you think it's a bug in my setup. If it helps, this is a test suite for a very (very) large Ember.js app, using QUnit as the testing framework.
The text was updated successfully, but these errors were encountered: