We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2362062 commit 7f50dcdCopy full SHA for 7f50dcd
dev-packages/browser-integration-tests/playwright.config.ts
@@ -11,7 +11,7 @@ const config: PlaywrightTestConfig = {
11
testMatch: /test.ts/,
12
13
use: {
14
- trace: process.env.GITHUB_ACTIONS ? 'retry-with-trace' : 'off',
+ trace: process.env.GITHUB_ACTIONS ? 'retain-on-failure' : 'off',
15
},
16
17
projects: [
0 commit comments