Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine display of test failures in VS Code #233454

Closed
connor4312 opened this issue Nov 8, 2024 · 1 comment
Closed

Refine display of test failures in VS Code #233454

connor4312 opened this issue Nov 8, 2024 · 1 comment
Assignees
Labels
feature-request Request for new features or functionality testing Built-in testing support verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@connor4312
Copy link
Member

  • Improve the display of test messages in the editor, especially when there's lots of noise testing: try out new 'badges' UI for test failures #233137
    Image

  • Make running tests from the explorer a better experience testing: some refinements to default settings and progress #233453

    • migrate testing.openTesting -> testing.automaticallyOpenResults to be more accurate and discoverable
    • use a single click action for 'opening' tests in the explorer. This aligns with the file explorer.
    • with that, remove the inline "go to test" action (keep in the context menu for tests with children)
    • turn off the followRunningTest setting by default, it's noisy and people have raised issues over this
    • remove the unused "auto run delay" setting (not used since the testing API was finalized)
@connor4312 connor4312 added feature-request Request for new features or functionality testing Built-in testing support labels Nov 8, 2024
@connor4312 connor4312 added this to the November 2024 milestone Nov 8, 2024
@connor4312 connor4312 self-assigned this Nov 8, 2024
@connor4312 connor4312 added the verification-needed Verification of issue is requested label Dec 1, 2024
@connor4312
Copy link
Member Author

To verify, create a few different test failures. Have some that fail with exceptions and some that have an expected vs actual output. Verify things are displayed sensibly, both the label text and label itself.

@sandy081 sandy081 added the verified Verification succeeded label Dec 5, 2024
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Jan 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality testing Built-in testing support verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants