DEV Community

T SRIKANTH
T SRIKANTH

Posted on

๐Ÿšจ Playwright Issue - Only Partial Tests Running

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)