Skip to content

Commit

Permalink
Run puppeteer on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Buck committed Jun 29, 2018
1 parent 13b3150 commit ec9ca26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ before_script:
- git diff --exit-code # make sure that yarn.lock didn't change
- ./packages/blob-reader/scripts/update-fixtures.sh
- yarn package
after_script:
- yarn e2e
script:
- travis_retry yarn test
- yarn e2e
deploy:
- provider: releases
api_key: "$GH_DEPLOY"
Expand Down
3 changes: 2 additions & 1 deletion jest-puppeteer.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ const extPath = path.join(__dirname, './dist');
module.exports = {
launch: {
dumpio: true,
headless: false,
headless: true,
args: [
'--no-sandbox',
`--disable-extensions-except=${extPath}`,
`--load-extension=${extPath}`,
],
Expand Down

0 comments on commit ec9ca26

Please sign in to comment.