We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 838cbdc commit 647a8f9Copy full SHA for 647a8f9
test/karma.config.js
@@ -1,3 +1,6 @@
1
+// eslint-disable-next-line no-undef
2
+process.env.CHROME_BIN = require('chromium').path
3
+
4
module.exports = function(config) {
5
config.set({
6
frameworks: ['mocha', 'chai'],
@@ -12,7 +15,7 @@ module.exports = function(config) {
12
15
port: 9876,
13
16
colors: true,
14
17
logLevel: config.LOG_INFO,
- browsers: ['ChromeHeadless', 'FirefoxHeadless'],
18
+ browsers: ['ChromeHeadless'],
19
autoWatch: false,
20
singleRun: true,
21
concurrency: Infinity
0 commit comments