grunt-saucelabs icon indicating copy to clipboard operation
grunt-saucelabs copied to clipboard

Jasmine based tests not completing

Open parris opened this issue 10 years ago • 3 comments

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?

parris avatar Jun 16 '14 00:06 parris

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.

Jonahss avatar Jun 16 '14 20:06 Jonahss

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 .

parris avatar Jun 17 '14 02:06 parris

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.

cobbdb avatar Aug 15 '14 15:08 cobbdb