Enable the Playwright trace (#7050)

* Enable the Playwright trace

* Switch to `'on-first-retry'`
Jeremy Tuloup 3 years ago committed by GitHub
parent 068175ab0c
commit 7927b21f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4,6 +4,7 @@ module.exports = {
...baseConfig,
use: {
appPath: '',
trace: 'on-first-retry',
video: 'retain-on-failure',
},
retries: 1,

Loading…
Cancel
Save