<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: T SRIKANTH</title>
    <description>The latest articles on DEV Community by T SRIKANTH (@t_srikanth_86732191dfea42).</description>
    <link>https://dev.to/t_srikanth_86732191dfea42</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3967497%2F8f565b01-f9be-4c0f-bd07-a5f76cbfa6ad.jpg</url>
      <title>DEV Community: T SRIKANTH</title>
      <link>https://dev.to/t_srikanth_86732191dfea42</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/t_srikanth_86732191dfea42"/>
    <language>en</language>
    <item>
      <title>🚨 Playwright Issue - Only Partial Tests Running</title>
      <dc:creator>T SRIKANTH</dc:creator>
      <pubDate>Thu, 04 Jun 2026 05:00:23 +0000</pubDate>
      <link>https://dev.to/t_srikanth_86732191dfea42/playwright-issue-only-partial-tests-running-4phg</link>
      <guid>https://dev.to/t_srikanth_86732191dfea42/playwright-issue-only-partial-tests-running-4phg</guid>
      <description>&lt;p&gt;Hi everyone 👋&lt;br&gt;
I’m facing an issue in Playwright.&lt;/p&gt;

&lt;p&gt;🧪 Situation:&lt;br&gt;
I have a total of 101 tests, but only 10 tests are executing when I run:&lt;/p&gt;

&lt;p&gt;npx playwright test&lt;/p&gt;

&lt;p&gt;However, when I check with:&lt;/p&gt;

&lt;p&gt;npx playwright test --list&lt;/p&gt;

&lt;p&gt;It correctly shows 101 tests, but execution still runs only 10.&lt;/p&gt;

&lt;p&gt;❌ Problem:&lt;/p&gt;

&lt;p&gt;No tests are skipped&lt;br&gt;
No failures shown&lt;br&gt;
No obvious filtering applied&lt;/p&gt;

&lt;p&gt;📌 What I verified so far:&lt;/p&gt;

&lt;p&gt;No test.skip&lt;br&gt;
No test.only (checked manually)&lt;br&gt;
No intentional grep filter used&lt;br&gt;
Tests are all valid and detected in --list&lt;/p&gt;

&lt;p&gt;🧪 Command used:&lt;/p&gt;

&lt;p&gt;npx playwright test&lt;/p&gt;

&lt;p&gt;💡 Issue:&lt;br&gt;
Only a small subset (10 tests) is actually executing even though all 101 are detected.&lt;/p&gt;

&lt;p&gt;If anyone has faced this before or knows what could cause this (config issue, project setup, or hidden filter), please help 🙏&lt;/p&gt;

</description>
      <category>playwright</category>
      <category>vscode</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
