-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Tests marked with it.only or it.skip are not shown in the extension's test list and cannot be run via the extension.
Current behaviour
Tests with .only or .skip modifiers are completely hidden from the test explorer.
Problem
This can cause confusion when a developer accidentally leaves an it.only in their code - they won't notice the test is missing from the list.
Suggested behaviour
Show it.only and it.skip tests in the list but visually indicate their status (e.g., greyed out, with an icon, or a different styling) so it's clear these tests have modifiers applied.
This makes it obvious when tests have been isolated or skipped, even though the extension already allows users to isolate tests to run.
Feedback from Kevin Paxton
Copilot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working