11
0
Q&A
Is test.step() worth using in Playwright? What does it actually give you?I see test.step() mentioned in Playwright docs but I'm not clear on when it's worth the extra nesting. From what I…
414 views110Be the first to answer
63 discussions
I see test.step() mentioned in Playwright docs but I'm not clear on when it's worth the extra nesting. From what I…
Flaky tests are killing our team's confidence in the test suite. We're seeing around 8–12% flake rate on our Playwright…
I'm working on a fairly large test project (~500 tests across 3 microservices) and our conftest.py files are getting…