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 bb1a40c commit fd40858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ steps:
commands:
- npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
- echo "--- Install dependencies"
- HUSKY=0 yarn install --immutable
- PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 yarn install --immutable
- PLAYWRIGHT_BROWSERS_PATH=$HOME/pw-browsers npx playwright install
- 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 @@ -52,6 +52,7 @@ export const config: Options.Testrunner = {
capabilities: [
{
maxInstances: 5,
port: 4444,
browserName: 'chrome',
'goog:chromeOptions': {
binary: chromium.executablePath(),
Expand Down

0 comments on commit fd40858

Please sign in to comment.