Skip to content

v4.1.0 (Aug 21, 2021)

Compare
Choose a tag to compare
@connectdotz connectdotz released this 21 Aug 18:00
· 159 commits to master since this release
4b88a2d

This release is mainly to support the newly available official TestExplore via a new set of vscode.tests api in 1.59 build. This provided a nice test-centric view and a more published UI experience that worked pretty well with the existing engine:

  • all executed tests are visible in test explorer and can be debug from test explorer, in addition to the debug codeLens.
  • In interactive mode, test(s) can be triggered via test explorer as well.
  • users can see native/color-coded jest output via test explorer's terminal output.
  • replaced the custom inlineMessage with testExplorer's , which can be enabled through jest.testExplorer.

settings

This release is backward compatible, all existing settings (other than deprecation of the jest.enableInlineErrorMessages) would work as before, with an additional setting jest.testExplorer to fine-tune the test explorer behavior.

More info see v4.1 with Test Explorer

see CHANGELOG for more details.

Contributors 🙏

@tommy @connectdotz