Skip to content
Snippets Groups Projects
Unverified Commit f334cede authored by Guilherme Gazzo's avatar Guilherme Gazzo Committed by GitHub
Browse files

ci: use chromium as playwright driver (#30080)

parent 72a34a02
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ jobs:
path: |
~/.cache/ms-playwright
# This is the version of Playwright that we are using, if you are willing to upgrade, you should update this.
key: playwright-1.23.1
key: playwright-1.23.1.
- name: Install Playwright
if: inputs.type == 'ui' && steps.cache-playwright.outputs.cache-hit != 'true'
......
......@@ -11,7 +11,6 @@ export default {
baseURL: constants.BASE_URL,
screenshot: process.env.CI ? 'off' : 'only-on-failure',
video: process.env.CI ? 'off' : 'retain-on-failure',
channel: 'chrome',
launchOptions: {
// force GPU hardware acceleration
// (even in headless mode)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment