Skip to content

Commit 655853b

Browse files
add commented out trace option to playwright.config (can uncomment for better debugging)
1 parent 3200787 commit 655853b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/web/playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default createConfig({
1616
use: {
1717
baseURL: 'http://localhost:3333/',
1818
// headless: false,
19+
// trace: 'retain-on-failure',
1920
},
2021
webServer: {
2122
url: 'http://localhost:3333/',

0 commit comments

Comments
 (0)