Skip to content

Releases: formulahendry/vscode-dotnet-test-explorer

v0.5.2

27 Aug 09:18
Compare
Choose a tag to compare
  • #130: Update tree based on test results
  • #126: Fixed so custom tests parameters does not cause display issues

v0.5.1

23 Aug 03:45
Compare
Choose a tag to compare
  • #122: Handle testProjectPath change
  • #118: More telemetry
  • #117: Better test result icons for light theme

v0.5.0

11 Aug 15:20
Compare
Choose a tag to compare
  • #112: Support multiple test projects in a workspace
  • #111: Left clicking on test open test by default

v0.4.0

11 Jul 12:09
Compare
Choose a tag to compare
  • #100: Status bar displays test status
  • #97: Added setting for additional test arguments

v0.3.1

13 Jun 12:22
Compare
Choose a tag to compare
  • #92: Added setting to enable auto watching
  • #90: Adding double quotes to filter command line option

v0.3.0

15 May 15:40
Compare
Choose a tag to compare
  • #74: Move the view to Test view container
  • #72: Add failed tests to problems view
  • #70: Show spinner for currently running test(s)

v0.2.3

27 Apr 13:08
Compare
Choose a tag to compare
  • #67: Option to auto expand tree
  • #62: Better support for xunit theories
  • #51: TreeView support for NUnit and MSTest

v0.2.2

16 Apr 12:31
Compare
Choose a tag to compare
  • #50: Can use relative path for test result file path
  • #45: Run test(s) in context
  • #46: Changing pathForResultFile does not require code reload
  • #43: Go to test code from tree

v0.2.1

20 Mar 14:32
Compare
Choose a tag to compare
  • #42: Show test results in tree for xunit
  • #41: Show spinner while discovering tests
  • #40: Setting for where to store test result file

v0.2.0

26 Nov 06:42
Compare
Choose a tag to compare
  • #24 : Display test results in CodeLens for C# test projects