Instead of just showing green immediately on a disabled test, show a message saying test is disabled/ignored

Open
#1,320 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
java, typescript

Research direction

Start by reproducing the behavior described for a disabled test and for a test in a disabled suite, including cases where setup produces no output. Trace the VS Code test-result rendering entry point and determine how a disabled result can be distinguished from a passing one; done means the UI clearly identifies ignored tests without presenting them as ordinary green passes.

Written by the indexing model from the issue text.

Description

ai-triaged enhancement junit low-priority test-reporting upstream

Might be a nice usability improvement to show a notification or special icon when trying to run a disabled test, or a test in a disabled test suite. Today - it just shows as green, which at times may cause several minutes of frantic debugging trying to understand why a test is showing green without seemly doing anything (as sometimes test may fail in before/beforeClass stage and not produce any output - thus causing the same visual queues).

Dominant language
TypeScript
Stars
340
Forks
173
Avg merge
1d 2h
Merged PRs (30d)
17

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/vscode-java-test

All issues in microsoft/vscode-java-test

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.