Skip to content

Commit

Permalink
pls3
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvorster committed Jan 24, 2023
1 parent 8f06e55 commit d2a1972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
e2e:
name: E2E Tests
runs-on: ubuntu-latest
container: buildkite/puppeteer
container: browserless/chrome
env:
CI: true
steps:
Expand Down
7 changes: 2 additions & 5 deletions diagrams-demo-gallery/jest-puppeteer.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
module.exports = {
launch: {
args: ['--no-sandbox'],
executablePath: process.env.PUPPETEER_EXEC_PATH || undefined, // set by docker container
headless: false
},
browserContext: 'default'
browserWSEndpoint: 'ws://localhost:3000'
}
};

0 comments on commit d2a1972

Please sign in to comment.