add logs on failure

This commit is contained in:
Henning Dieterichs
2026-04-01 11:28:14 +02:00
committed by Henning Dieterichs
parent 6ccb5d4fef
commit cbefeb3643

View File

@@ -14,7 +14,7 @@ export default defineConfig({
timeout: 30_000,
retries: 0,
use: {
trace: 'on-first-retry',
trace: 'retain-on-failure',
},
webServer: {
command: 'npx component-explorer serve -p ../component-explorer.json --background --attach -vv',