aboutsummaryrefslogtreecommitdiffstats
path: root/karma-shared.conf.js
AgeCommit message (Collapse)Author
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.