Skip to content

Commit 07f901c

Browse files
romaniammatz3
authored andcommitted
feature: replaced phantom js with headless chrome
1 parent d1c4e2d commit 07f901c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

karma-ci.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = function(config) {
4545

4646
// start these browsers
4747
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
48-
browsers: ['PhantomJS'],
48+
browsers: ['ChromeHeadless'],
4949

5050
// Continuous Integration mode
5151
// if true, Karma captures browsers, runs the tests and exits

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@
2020
"devDependencies": {
2121
"@ui5/cli": "^0.2.1",
2222
"eslint": "^4.19.1",
23-
"karma": "^2.0.2",
23+
"karma": "^2.0.5",
2424
"karma-chrome-launcher": "^2.2.0",
2525
"karma-coverage": "^1.1.2",
2626
"karma-openui5": "^0.2.3",
27-
"karma-phantomjs-launcher": "^1.0.4",
2827
"karma-qunit": "^1.2.1",
2928
"qunitjs": "^2.4.1",
3029
"rimraf": "^2.6.2",

0 commit comments

Comments
 (0)