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

flag error in status bar and added a reveal-terminal button in TestExplorer #985

Merged

Conversation

connectdotz
Copy link
Collaborator

As part of the autoRevealOutput change (#976), this PR added:

  • change the status bar item background color for execution errors and warnings, so the critical error will not be completely invisible even when the test output is hidden.
  • added the ability to manually open the test output for any workspace from the TestExplorer's context menu.
  • fixed a dead link

resolve #978
resolve #973

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3879508853

  • 78 of 79 (98.73%) changed or added relevant lines in 7 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 97.778%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/StatusBar.ts 43 44 97.73%
Totals Coverage Status
Change from base Build 3878595132: 0.3%
Covered Lines: 3373
Relevant Lines: 3396

💛 - Coveralls

@connectdotz connectdotz merged commit 1ca2d51 into jest-community:master Jan 11, 2023
@connectdotz connectdotz deleted the show-error-in-status-bar branch January 11, 2023 02:02
legend1202 pushed a commit to legend1202/vscode-jest that referenced this pull request Jun 18, 2023
…plorer (jest-community#985)

* added revealOutput

* fix lint issues

* rename setting to autoRevealOutput and add an "off" option

* added reveal-output item menu and show error in statusBar

* update readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

README: dead link to jest command configuration How to disable annoyingly terminal pop up on launch
2 participants