Skip to content

Commit eb001be

Browse files
committed
turn off api trace
1 parent 1772f9e commit eb001be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-api/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const config: PlaywrightTestConfig = {
3030
baseURL: process.env.BASEURL,
3131

3232
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
33-
trace: 'on',
33+
trace: 'off',
3434
},
3535
};
3636
export default config;

0 commit comments

Comments
 (0)