Skip to content

Commit

Permalink
ci: use ChromeHeadless for ngrx.io tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Sep 6, 2024
1 parent f796574 commit d7611ce
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions projects/ngrx.io/src/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,8 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: true,
browsers: ['CustomChrome'],
browsers: ['ChromeHeadless'],
browserNoActivityTimeout: 60000,
singleRun: false,
customLaunchers: {
CustomChrome: {
base: 'Chrome',
flags: process.env.TRAVIS && ['--no-sandbox']
}
}
singleRun: false
});
};

0 comments on commit d7611ce

Please sign in to comment.