mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 02:38:29 +00:00
fix: always retain trace on failure
This commit is contained in:
parent
eb7572b8b8
commit
9497ffc05d
@ -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: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user