Releases: formulahendry/vscode-dotnet-test-explorer
Releases · formulahendry/vscode-dotnet-test-explorer
v0.5.2
- #130: Update tree based on test results
- #126: Fixed so custom tests parameters does not cause display issues
v0.5.1
- #122: Handle testProjectPath change
- #118: More telemetry
- #117: Better test result icons for light theme
v0.5.0
- #112: Support multiple test projects in a workspace
- #111: Left clicking on test open test by default
v0.4.0
- #100: Status bar displays test status
- #97: Added setting for additional test arguments
v0.3.1
- #92: Added setting to enable auto watching
- #90: Adding double quotes to filter command line option
v0.3.0
- #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
- #67: Option to auto expand tree
- #62: Better support for xunit theories
- #51: TreeView support for NUnit and MSTest
v0.2.2
- #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
- #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
- #24 : Display test results in CodeLens for C# test projects