-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: On Linux, let
npm test
default to Chromium instead of Chrome
By default `npm test` will run concurrenty in Firefox and one of Chromium/Chrome. Chrome for macOS and Win, and Chromium on Linux unless CHROME_BIN is configured by the user's env variables, in which case they're likely to prefer that and/or not have Chromium installed. Also provide `npm run test-unit-…` commands which run unit tests in a single specific browser only (overrides the conf array). Follows-up #672.
- Loading branch information
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters