Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Sep 8, 2023
1 parent a886418 commit bb01978
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ steps:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=0 HUSKY=0 yarn install --immutable
- apt install chromium-browser
- echo "+++ Run Browser integration tests :pray:"
- yarn turbo run --filter='consent-tools-integration-tests' test:intg
plugins:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const config: Options.Testrunner = {
maxInstances: 5,
browserName: 'chrome',
'goog:chromeOptions': {
args: ['--no-sandbox', '--headless'],
binary: chromium.executablePath(),
},
acceptInsecureCerts: true,
Expand Down

0 comments on commit bb01978

Please sign in to comment.