Skip to content

Commit 0c69aed

Browse files
committed
updated the playwright.config.ts file to update projects
1 parent 193ca1b commit 0c69aed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

playwright.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ export default defineConfig({
2626
trace: 'on-first-retry',
2727
},
2828
projects: [
29-
{ name: 'Chromium', use: { browserName: 'chromium' } }
29+
{ name: 'Chromium', use: { browserName: 'chromium' } },
30+
{ name: 'Firefox', use: { browserName: 'firefox' } },
31+
{ name: 'WebKit', use: { browserName: 'webkit' } }
3032
],
3133

3234
globalSetup: require.resolve('./global/setup.ts'),

0 commit comments

Comments
 (0)