[Feature]: add --fail-on-flaky-tests
in config file
#34397
Labels
open-to-a-pull-request
The feature request looks good, we are open to reviewing a PR
🚀 Feature Request
I would like to have an
failOnFlakyTests
option in playwright.config.ts rather than only in CLI. Its default value should befalse
.Example
Motivation
We probably don't want the same settings in CI and locally.
I feel it's more a configuration point than something that you would use occasionally. Really similar to
forbidOnly
The text was updated successfully, but these errors were encountered: