-
Notifications
You must be signed in to change notification settings - Fork 11
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
Problem with running multiple tests after upate to version 1.5.8 #19
Comments
Could it be the same issue reported as gruntjs/grunt-lib-phantomjs#78? |
I'm having this same issue with Chance, any updates here? Seems it runs the first test file then dies before loading the second test file. I've tried rearranging them to confirm it's not an issue with that particular test file and it's not. Same happens on 1.5.7 as well. |
Did bumping the version of grunt-lib-phantomjs to 0.7.1 fix your problem? |
Sorry, should have updated here, nope that didn't help. |
I haven't been able to reproduce the issue. Do you have any more details? A stack trace? Can you debug it with 'node-debug grunt js-test'? |
No stack trace, I found it easily replicable by doing the following:
You'll notice the first test file runs, then it hangs. I noticed if I disable coverage in the |
Here's the output of https://gist.github.com/victorquinn/525172e3ab4b3ab6a4a5 It finds all the test files, runs the first one, then hangs. |
I can reproduce it with your listed steps, but I'm not sure why PhantomJS is timing out. |
Does pull request #20 fix this? |
Hi guys, first of all thank you for moving Sinon and Chai to the separate modules. After I've updated entire plugin up to the version 1.5.8 and adjusted dependencies in my Gruntfile.js with Sinon and Chai, I've got another problem. When I run grunt I get output that the tests in the first file are successfully passed, then there is some delaying while processing the next file and then I get this:
Before I've updated the grunt-js-test plugin to the version 1.5.8 all the tests were processed without any problem. Do you know what can be wrong?
Thanks.
The text was updated successfully, but these errors were encountered: