Skip to content

Commit

Permalink
Merge pull request #1227 from Refinitiv/dependabot/npm_and_yarn/playw…
Browse files Browse the repository at this point in the history
…right-1.48.1

chore: bump playwright from 1.47.2 to 1.49.0
  • Loading branch information
wattachai-lseg authored Dec 17, 2024
2 parents 8c283b2 + f9683b8 commit 667fb8e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
shell: bash
run: |
echo 'Installing Playwright'
npx playwright install --with-deps > /dev/null
npx playwright install --no-shell --with-deps > /dev/null
npx playwright --version
- name: Test
Expand Down
16 changes: 9 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ export default {
product: 'chromium',
createBrowserContext: ({ browser }) => browser.newContext({ ignoreHTTPSErrors: true }),
launchOptions: {
args: ['--incognito', '--allow-insecure-localhost']
args: ['--incognito', '--allow-insecure-localhost'],
// opt for the new headless chrome - https://github.com/microsoft/playwright/issues/33566
channel: 'chromium'
}
}),
playwrightLauncher({
Expand Down

0 comments on commit 667fb8e

Please sign in to comment.