I have only one test in my 'apiTest.spec.ts' file and I'm running it with 'npx playwright test apiTest.spec.ts ' command. My question is, why it says:"Running 3 tests" but there is only one test? Why is a single test run 3 times? Only Chromium browser is enabled and the rest of the browsers are disabled.
This thread is trying to answer question "Why does Playwright report 'Running 3 tests' when there is only one test in the 'apiTest.spec.ts' file?"
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].