We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4b4a28 + d6e12f9 commit f9e6ecaCopy full SHA for f9e6eca
1 file changed
frontend-web/webclient/playwright.config.ts
@@ -45,6 +45,7 @@ export default defineConfig({
45
use: {
46
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
47
trace: 'on-first-retry',
48
+ screenshot: 'only-on-failure',
49
ignoreHTTPSErrors: true,
50
baseURL: data.location_origin,
51
},
0 commit comments