grunt-saucelabs
grunt-saucelabs copied to clipboard
Jasmine based tests not completing
Hi, I may be doing something wrong, but my jasmine based tests seem to not finish ever in internet explorer (until they timeout). They do in fact pass.
Similarly when tests fail in other browsers a timeout needs to occur before the test run completes.
I'm using the latest jasmine-jsreporter. I start it using jasmine.getEnv().addReporter(new jasmine.JSReporter2()); Any thoughts? Tips?
JSReporter2. I haven't checked how the Jasmine2.0 reporter works, may require work on my end. Will be something I'll be taking a look at next week.
Cool. Ive been using grunt-contrib-jasmine btw. Might be helpful to throw something to test. On Jun 16, 2014 1:25 PM, "Jonah" [email protected] wrote:
JSReporter2. I haven't checked how the Jasmine2.0 reporter works, may require work on my end. Will be something I'll be taking a look at next week.
— Reply to this email directly or view it on GitHub https://github.com/axemclion/grunt-saucelabs/issues/139#issuecomment-46231645 .
Having the same problem. For a while could get tests to pass using the SauceLabs rest api and the onTestComplete callback like in the readme example, but just ran a build today where this problem has cropped back up again.