fix: always retain trace on failure

This commit is contained in:
ndom91 2023-12-19 13:49:47 +01:00
parent eb7572b8b8
commit 9497ffc05d

View File

@ -9,7 +9,7 @@ export default defineConfig({
use: {
// Base URL to use in actions like `await page.goto('/')`.
baseURL: 'http://127.0.0.1:9001',
trace: 'on-first-retry',
trace: 'retain-on-failure',
},
projects: [
{