Open ElliotPsyIT opened 11 years ago
I'm getting the exact same error... seems like we have the same OS version... could that be it? Mac OS X 10.8.4... Was wanting to look at midway testing so I'll re-post if I find anything... I'm tempted to fire this up on another OS just to check....
I tried some different browsers (PhantomJS had 5 failures) ====Safari Safari 6.0.5 (Mac OS X 10.8.4): Executed 23 of 23 (4 FAILED) (24.437 secs / 23.415 secs) Warning: Task "karma:midway" failed. Use --force to continue.
Aborted due to warnings. ====Firefox Firefox 22.0.0 (Mac OS X 10.8): Executed 23 of 23 (4 FAILED) (23.891 secs / 23.54 secs) Warning: Task "karma:midway" failed. Use --force to continue.
Aborted due to warnings. ====PhantomJS PhantomJS 1.9.1 (Mac OS X): Executed 23 of 23 (5 FAILED) (28.152 secs / 27.014 secs) Warning: Task "karma:midway" failed. Use --force to continue.
Aborted due to warnings.
We do have the same OS version 10.8.4 (as you can see embedded in the error message I posted earlier). I'm a newbie at karma/mocha/jasmine testing so I could be way off, but the errors seem to be actual test failures (given the successful completion of the unit tests). I realize test coding may be an unlikely cause, but I do wonder. I haven't had a chance to experiment with the testing code to check that out. I do appreciate your exploration of possible higher level (OS or other) causes to explain the midway errors.
I'm new to karma and also midway, so just playing and attempting to understand structures.... was also attemtping to back out some of the auto execution and go back to just the runner and having issues... which means I'm not following the configuration. My 'guess' right now is the midway test fail due to a wait issue as I disabled one of the 'it' and the next one failed... or it's some other sort of test setup issue... again I'm still attempting to grep the setup structure... it is nice to know you got the same failure... ;-)
Same here.
Same here. Windows 7 64-bit.
Same problem. Linux Mint 15.
same here. windows 7 64-bit
I'm having trouble with the midway testing. All 16 unit tests pass, but 4 midway tests fail (as marked below ERROR). I also see several time outs, and these persist even after I bump up the timeout in mocha.conf.js. Any insights?