aboutsummaryrefslogtreecommitdiffstats
path: root/karma-shared.conf.js
AgeCommit message (Collapse)Author
2014-03-06chore(build): remove IE8 target from all test configsIgor Minar
BREAKING CHANGE: As communicated before, IE8 is no longer supported. more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html
2014-01-07chore(travis): use Safari 7Vojta Jina
2014-01-07chore(travis): use FF26Vojta Jina
I think it's better to not specify the version as that should give the latest available version. We should probably revert this commit at some point.
2013-12-13chore(travis): force the latest version of seleniumVojta Jina
This might solve some flakiness on SL. At least Santi said that ;-)
2013-12-03chore(travis): give browsers more time to respondVojta Jina
2013-12-03chore: make it simpler to run tests on SL/BS during local developmentVojta Jina
2013-12-03chore(travis): set SauceLabs build idVojta Jina
2013-12-03chore(travis): switch back to SauceLabsVojta Jina
I think we are pretty close to be able to use both. The xhr-polling seems to be pretty stable, but I'm having problems with multiple SSH tunnels (on BS), so let's try to switch back to SL.
2013-12-03chore(travis): define a launcher for IE11 (SauceLabs)Vojta Jina
2013-12-03chore(travis): report both build number and id to BSVojta Jina
2013-12-03chore(karma): correct the 404 ignoringVojta Jina
2013-12-02chore(travis): increase BrowserStack timeout to 10minVojta Jina
Because IE is retarded.
2013-12-02chore(travis): ignore 404 warnings, debug log into fileVojta Jina
This is a terrible hack/workaround, however I don't think there is any better way to achieve this with log4js.
2013-12-02chore(travis): fix the build id on browser stackVojta Jina
This just improves the way BrowserStack groups the sessions.
2013-12-02chore(travis): tolerate 2 disconnects to make the build more stableVojta Jina
2013-12-02chore(travis): use only websockets and xhr-pollingVojta Jina
I wanna see more info about BrowserStack...
2013-11-25chore(travis): add some more info for BrowserStack sessionsVojta Jina
2013-11-25chore(travis): let's give BrowserStack a tryVojta Jina
Switch the build to use BrowserStack instead of SauceLabs. This also adds IE11 to our build.
2013-11-18chore(travis): increase disconnect timeoutVojta Jina
I still see some disconnection issues with IE9, hopefully this will help a bit.
2013-08-28chore(karma): longer reconnect timeoutVojta Jina
2013-08-23chore(travis): clean up logsVojta Jina
Forward SauceConnect logs and Karma debug logs into a file and print these files at the very end of a build.
2013-08-23chore: use only polling on Travis/SLVojta Jina
2013-08-23chore: run more browsers on Travis (IE8,IE9,IE10,Safari,FF)Vojta Jina
Also instead of running everything in parallel, there are only two parallel tasks: - e2e tests running in the background (only on Chrome) - all the unit tests running sequentially
2013-07-02chore(travis): speed up the buildVojta Jina
- parallelize the tasks - cache requests (e2e tests) This reduces the time from ~18min to ~12min. It makes the output little messy. We could buffer output of each task and display it once it's fully finished, nicely. I think giving instant feedback is better.
2013-06-28chore: set up Sauce Labs with TravisVojta Jina
This should not affect the Jenkins build at all. Now, the Travis build uses Chrome on Sauce Labs, which in theory gives us opportunity to use any browser/platform that Sauce Labs offers.
2013-06-28chore: update karma to 0.9.4Vojta Jina
And also add shared config to make karma configs a bit simpler.