feat: playwright report

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-28 19:51:31 +01:00
parent f4d5839ff8
commit b69d007c04
3 changed files with 73 additions and 61 deletions

View File

@@ -5,6 +5,7 @@ export default defineConfig({
testMatch: /\.e2e\.(spec\.)?ts$/,
fullyParallel: true,
retries: 1,
reporter: [['html', { open: 'never' }]],
use: {
baseURL: 'http://localhost:4173',
trace: 'on-first-retry'