We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c4e2d commit 07f901cCopy full SHA for 07f901c
2 files changed
karma-ci.conf.js
@@ -45,7 +45,7 @@ module.exports = function(config) {
45
46
// start these browsers
47
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
48
- browsers: ['PhantomJS'],
+ browsers: ['ChromeHeadless'],
49
50
// Continuous Integration mode
51
// if true, Karma captures browsers, runs the tests and exits
package.json
@@ -20,11 +20,10 @@
20
"devDependencies": {
21
"@ui5/cli": "^0.2.1",
22
"eslint": "^4.19.1",
23
- "karma": "^2.0.2",
+ "karma": "^2.0.5",
24
"karma-chrome-launcher": "^2.2.0",
25
"karma-coverage": "^1.1.2",
26
"karma-openui5": "^0.2.3",
27
- "karma-phantomjs-launcher": "^1.0.4",
28
"karma-qunit": "^1.2.1",
29
"qunitjs": "^2.4.1",
30
"rimraf": "^2.6.2",
0 commit comments