We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa116bf commit 8ecb69eCopy full SHA for 8ecb69e
2 files changed
e2e/fixtures.ts
@@ -50,6 +50,7 @@ export const test = base.extend<{
50
recordVideo: {
51
dir: videoDir,
52
},
53
+ channel: 'chromium',
54
// executablePath: chromeExePath,
55
})
56
await use(context)
playwright.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
use: {
9
headless: false,
10
video: 'on',
11
- channel: 'chromium',
+ channel: 'chrome',
12
13
// webServer: {
14
// command: 'npm run dev',
0 commit comments