openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #34523
[Merge] lp:~raoul-snyman/openlp/chromium-tests into lp:openlp
Raoul Snyman has proposed merging lp:~raoul-snyman/openlp/chromium-tests into lp:openlp.
Commit message:
Change the JS tests to use Chromium rather than Firefox
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~raoul-snyman/openlp/chromium-tests/+merge/371824
Change the JS tests to use Chromium rather than Firefox
--
Your team OpenLP Core is requested to review the proposed merge of lp:~raoul-snyman/openlp/chromium-tests into lp:openlp.
=== modified file 'karma.conf.js'
--- karma.conf.js 2019-08-22 17:38:44 +0000
+++ karma.conf.js 2019-08-26 21:37:06 +0000
@@ -60,7 +60,7 @@
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
- browsers: ["Firefox"],
+ browsers: ["Chromium"],
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
=== modified file 'package.json'
--- package.json 2019-08-22 17:38:44 +0000
+++ package.json 2019-08-26 21:37:06 +0000
@@ -9,9 +9,10 @@
"dependencies": {
"jasmine-core": "^2.6.4",
"karma": "^3.1.4",
+ "karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^1.1.2",
+ "karma-firefox-launcher": "^1.2.0",
"karma-jasmine": "^1.1.0",
- "karma-firefox-launcher": "^1.2.0",
"karma-log-reporter": "0.0.4"
},
"scripts": {
Follow ups