File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff 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 } ` ,
You can’t perform that action at this time.
0 commit comments