File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ var page1 = await context.NewPageAsync();`);
90
90
await page.CloseAsync();` ) ;
91
91
} ) ;
92
92
93
- test ( 'should not lead to an error if html gets clicked' , async ( { openRecorder } ) => {
93
+ test . only ( 'should not lead to an error if html gets clicked' , async ( { openRecorder } ) => {
94
94
const { page, recorder } = await openRecorder ( ) ;
95
95
96
96
await recorder . setContentAndWait ( '' ) ;
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ if (mode === 'service2') {
79
79
} ;
80
80
}
81
81
82
+ process . env . DEBUG = 'pw:browser' ;
83
+
82
84
const config : Config < PlaywrightWorkerOptions & PlaywrightTestOptions & TestModeWorkerOptions > = {
83
85
testDir,
84
86
outputDir,
@@ -90,7 +92,7 @@ const config: Config<PlaywrightWorkerOptions & PlaywrightTestOptions & TestModeW
90
92
globalTimeout : 5400000 ,
91
93
workers : process . env . CI ? 2 : undefined ,
92
94
fullyParallel : ! process . env . CI ,
93
- forbidOnly : ! ! process . env . CI ,
95
+ forbidOnly : false ,
94
96
retries : process . env . CI ? 3 : 0 ,
95
97
reporter : reporters ( ) ,
96
98
projects : [ ] ,
You can’t perform that action at this time.
0 commit comments