Is there any project that helps deflake playwright tests? I want to make my tests to be verified not flaky before they are submitted and part of our CI pipeline.
bazel test
has a parameter --runs_per_test=100 to help deflake e2e tests.
I was thinking of attempting this with mcr.microsoft.com/playwright:v1.35.0-jammy
and https://bazel.build/remote/sandbox
However, what is the community using for deflaking?
This thread is trying to answer question "What is the community using for deflaking playwright tests?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].