We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d34643 commit 5f96cc6Copy full SHA for 5f96cc6
playwright.config.ts
@@ -6,4 +6,8 @@ export default defineConfig({
6
port: 3000,
7
reuseExistingServer: true,
8
},
9
+ reporter: [
10
+ ['list'],
11
+ ['html', { outputFolder: 'playwright-report' }]
12
+ ],
13
});
0 commit comments