We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17625d6 commit 4f303a9Copy full SHA for 4f303a9
karma.conf.js
@@ -1,6 +1,7 @@
1
// Karma configuration
2
// Generated on Fri Jan 11 2019 20:11:14 GMT+0800 (CST)
3
4
+process.env.CHROME_BIN = require('puppeteer').executablePath();
5
const path = require('path')
6
7
module.exports = function(config) {
@@ -77,7 +78,7 @@ module.exports = function(config) {
77
78
79
// start these browsers
80
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
- browsers: ['Chrome'],
81
+ browsers: ['ChromeHeadless'],
82
83
84
// Continuous Integration mode
0 commit comments