Skip to content

Commit 5f96cc6

Browse files
add test reports
1 parent 3d34643 commit 5f96cc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

playwright.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ export default defineConfig({
66
port: 3000,
77
reuseExistingServer: true,
88
},
9+
reporter: [
10+
['list'],
11+
['html', { outputFolder: 'playwright-report' }]
12+
],
913
});

0 commit comments

Comments
 (0)