Hi everyone ๐
Iโm facing an issue in Playwright.
๐งช Situation:
I have a total of 101 tests, but only 10 tests are executing when I run:
npx playwright test
However, when I check with:
npx playwright test --list
It correctly shows 101 tests, but execution still runs only 10.
โ Problem:
No tests are skipped
No failures shown
No obvious filtering applied
๐ What I verified so far:
No test.skip
No test.only (checked manually)
No intentional grep filter used
Tests are all valid and detected in --list
๐งช Command used:
npx playwright test
๐ก Issue:
Only a small subset (10 tests) is actually executing even though all 101 are detected.
If anyone has faced this before or knows what could cause this (config issue, project setup, or hidden filter), please help ๐
Top comments (0)