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 26c73e0 commit c75568eCopy full SHA for c75568e
test/karma.conf.js
@@ -1,8 +1,7 @@
1
const path = require('path');
2
const {customLaunchers, platformMap} = require('./browser-providers');
3
4
-module.exports = (config) => {
5
-
+module.exports = config => {
6
config.set({
7
basePath: path.join(__dirname, '..'),
8
frameworks: ['jasmine'],
@@ -74,7 +73,7 @@ module.exports = (config) => {
74
73
browserNoActivityTimeout: 300000,
75
captureTimeout: 180000,
76
77
- browsers: ['ChromeHeadlessLocal'],
+ browsers: ['ChromeHeadless'],
78
singleRun: false,
79
80
// Try Websocket for a faster transmission first. Fallback to polling if necessary.
0 commit comments