Skip to content

Commit

Permalink
run tests without sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Jan 28, 2018
1 parent 91591ea commit 5b95049
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/chromeTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ describe('chrome pdf', () => {
strategy: 'in-process'
}
})
reporter.use(require('../')())
reporter.use(require('../')({
launchOptions: {
args: ['--no-sandbox']
}
}))
reporter.use(require('jsreport-debug')())

return reporter.init()
Expand Down

0 comments on commit 5b95049

Please sign in to comment.