mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 18:58:33 +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: {
|
use: {
|
||||||
// Base URL to use in actions like `await page.goto('/')`.
|
// Base URL to use in actions like `await page.goto('/')`.
|
||||||
baseURL: 'http://127.0.0.1:9001',
|
baseURL: 'http://127.0.0.1:9001',
|
||||||
trace: 'on-first-retry',
|
trace: 'retain-on-failure',
|
||||||
},
|
},
|
||||||
projects: [
|
projects: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user