I tried upgrading to karma 0.12.1 in an angular project (not public).
When running karma test:unit I get two different errors. I sometimes get "Fatal error: Cannot call method 'push' of undefined" (probably line 23) and I sometimes get "Fatal error: Cannot call method 'ele' of undefined" (probably because it couldn't find the suite based on suites[browser.id] somewhere). There's a TODO on line 38 that talks about eventually forgetting about the 0.10.x series of karma. I'm not sure if we're there yet. Do we need a branch for 0.12.x (might be required to make 0.11.x work as well)? Any way to make the junit reporter work with both karma 0.10.x and newer stuff, too?
I tried upgrading to karma 0.12.1 in an angular project (not public).
When running karma test:unit I get two different errors. I sometimes get "Fatal error: Cannot call method 'push' of undefined" (probably line 23) and I sometimes get "Fatal error: Cannot call method 'ele' of undefined" (probably because it couldn't find the suite based on suites[browser.id] somewhere). There's a TODO on line 38 that talks about eventually forgetting about the 0.10.x series of karma. I'm not sure if we're there yet. Do we need a branch for 0.12.x (might be required to make 0.11.x work as well)? Any way to make the junit reporter work with both karma 0.10.x and newer stuff, too?
Similar issues:
Thanks a bunch.