Skip to content

Commit c5cadc1

Browse files
committed
ci: improve e2e tests
1 parent b50d2d2 commit c5cadc1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

playwright.config.ts

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ const config: PlaywrightTestConfig = {
3030
name: 'chrome',
3131
use: devices['Desktop Chrome'],
3232
},
33-
// {
34-
// name: 'firefox',
35-
// use: devices['Desktop Firefox'],
36-
// },
33+
{
34+
name: 'firefox',
35+
use: devices['Desktop Firefox'],
36+
},
3737
{
3838
name: 'webkit',
3939
use: devices['Desktop Safari'],
@@ -43,16 +43,16 @@ const config: PlaywrightTestConfig = {
4343
use: devices['Desktop Edge'],
4444
},
4545
// Legacy browsers (simulated)
46-
{
47-
name: 'chromium-legacy',
48-
use: {
49-
browserName: 'chromium',
50-
// Use specific flags to simulate legacy browser behavior
51-
launchOptions: {
52-
args: ['--js-flags=--noturbo'],
53-
},
54-
},
55-
},
46+
// {
47+
// name: 'chromium-legacy',
48+
// use: {
49+
// browserName: 'chromium',
50+
// // Use specific flags to simulate legacy browser behavior
51+
// launchOptions: {
52+
// args: ['--js-flags=--noturbo'],
53+
// },
54+
// },
55+
// },
5656
],
5757
webServer: {
5858
command: `npx http-server ./e2e/fixtures -p ${port}`,

0 commit comments

Comments
 (0)