Skip to content

Commit 873c626

Browse files
vojtajinajamesdaily
authored andcommitted
chore: update Karma and SauceLabs launcher
This should improve stability as it contains capture timeout (if a browser does not capture in a given timeout it gets killed) and retry (if a browser fails to start, Karma will try n times before failing).
1 parent 3b54210 commit 873c626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"q-io": "~1.10.6",
2121
"qq": "~0.3.5",
2222
"shelljs": "~0.2.6",
23-
"karma": "~0.11",
23+
"karma": "~0.11.11",
2424
"karma-jasmine": "~0.1.0",
2525
"karma-chrome-launcher": "~0.1.0",
2626
"karma-firefox-launcher": "~0.1.0",
2727
"karma-ng-scenario": "~0.1.0",
2828
"karma-junit-reporter": "~0.2.1",
29-
"karma-sauce-launcher": "~0.1.1",
29+
"karma-sauce-launcher": "~0.2.0",
3030
"karma-script-launcher": "~0.1.0",
3131
"yaml-js": "~0.0.8",
3232
"marked": "0.2.9",

0 commit comments

Comments
 (0)