Skip to content

Commit

Permalink
Update karma.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akioee authored Aug 13, 2024
1 parent b16a89b commit 358158b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ module.exports = function(config){
customLaunchers: {
ChromeHeadlessCustom: {
base: 'ChromeHeadless',
flags: ['--no-sandbox', '--disable-gpu', '--disable-translate', '--disable-extensions', '--user-data-dir=/tmp']
flags: ['--no-sandbox', '--disable-gpu', '--disable-translate', '--disable-extensions'],
chromeDataDir: '/tmp'
}
},

Expand Down

0 comments on commit 358158b

Please sign in to comment.