Hashar has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/328383 )
Change subject: build: bump Karma to support Chromium on Darwin/Windows ...................................................................... build: bump Karma to support Chromium on Darwin/Windows karma-chrome-launcher 2.0.0 introduces support for the Chromium browser on Darwin (Mac OS X) and Windows. https://github.com/karma-runner/karma-chrome-launcher/issues/45 Add a target in the gruntfile so one can: grunt karma:chromium Bug: T153756 Change-Id: I6ba0d971e7e8c3022d2ab6268ae637688189d768 --- M Gruntfile.js M package.json 2 files changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/83/328383/1 diff --git a/Gruntfile.js b/Gruntfile.js index 55b7932..bc7f528 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -85,6 +85,9 @@ main: { browsers: [ 'Chrome' ] }, + chromium: { + browsers: [ 'Chromium' ] + }, more: { browsers: [ 'Chrome', 'Firefox' ] } diff --git a/package.json b/package.json index 99e752c..764ed6e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "grunt-karma": "2.0.0", "grunt-stylelint": "0.6.0", "karma": "1.1.0", - "karma-chrome-launcher": "1.0.1", + "karma-chrome-launcher": "2.0.0", "karma-firefox-launcher": "1.0.0", "karma-qunit": "1.0.0", "qunitjs": "1.22.0", -- To view, visit https://gerrit.wikimedia.org/r/328383 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6ba0d971e7e8c3022d2ab6268ae637688189d768 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
