We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e318d0 commit 5f32c3fCopy full SHA for 5f32c3f
client/package.json
@@ -11,7 +11,7 @@
11
"test:e2e:ui": "playwright test --ui",
12
"test:e2e:debug": "playwright test --debug",
13
"test:e2e:headed": "playwright test --headed",
14
- "test:e2e:webkit": "playwright test --project=webkit"
+ "test:e2e:chromium": "playwright test --project=chromium"
15
},
16
"dependencies": {
17
"@astrojs/node": "^9.1.3",
client/playwright.config.ts
@@ -27,8 +27,8 @@ export default defineConfig({
27
/* Configure projects for major browsers */
28
projects: [
29
{
30
- name: 'webkit',
31
- use: { ...devices['Desktop Safari'] },
+ name: 'chromium',
+ use: { ...devices['Desktop Chrome'] },
32
33
],
34
0 commit comments