update testem with newer conventions
This commit is contained in:
parent
898c725279
commit
9c1e0a75d0
|
@ -5,11 +5,9 @@ module.exports = {
|
|||
launch_in_dev: ['Chrome'],
|
||||
browser_args: {
|
||||
Chrome: {
|
||||
mode: 'ci',
|
||||
args: [
|
||||
"ci": [
|
||||
// --no-sandbox is needed when running Chrome inside a container
|
||||
process.env.TRAVIS ? '--no-sandbox' : null,
|
||||
|
||||
process.env.CI ? '--no-sandbox' : null,
|
||||
'--disable-gpu',
|
||||
'--headless',
|
||||
'--remote-debugging-port=0',
|
||||
|
|
Loading…
Reference in New Issue