-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Jasmine:requirejs test is hanging #133
Comments
Hmm, not sure really! I would be interested in moving to Chrome headless, you're totally right, that'd be a valuable update over phantomjs. Do the requirejs tests all pass locally for you before your changes? If you run it in Chrome non-headless, are there any interesting errors there? I'm happy to try and give you some debugging pointers, but I'm afraid I don't have time to implement this myself any time soon. I'd definitely be interested in taking a look at a PR if you do get it working though 👍 |
@pimterry Thanks for the quick reply The requirejs tests are all failing on my local system as well, but I am checking it with headless chrome only because the grunt-contrib-qunit and grunt-contrib-jasmine directly provide support for headless chrome with there latest versions. It will be great if you could provide any debugging pointers, I will work through it. Please have a look at some of my queries: I appreciate your help and time for this! |
Hello Team,
The grunt-contrib-jasmine and grunt-contrib-qunit used as a development dependency of the package are currently supporting phantomjs as a browser testing environment and phantomjs is an unmaintained project so it will be good to replace it with some maintained alternatives like chrome headless.
Updating the grunt-contrib-qunit and grunt-contrib-jasmine version to latest will provide support for chrome headless for the package and it is good to use the updated dependencies in the package.
I was checking the package on my local environment with these changes, facing an issue in running jasmine: requirejs test case as it is not proceeding further with chrome headless.
To test all the test cases with chromeHeadless browser I have commented the
(jasmine:requirejs)
test case, as a result, I could see all the other jasmine test case are passing successfully.In my view, the issue is with jasmine:requirejs test case only I will be glad if you could share any input regarding this.
The text was updated successfully, but these errors were encountered: