Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.8 KB

CHANGELOG.md

File metadata and controls

53 lines (41 loc) · 2.8 KB

0.4.0 (2018-07-11)

  • #100: Status bar displays test status
  • #97: Added setting for additional test arguments

0.3.1 (2018-06-13)

  • #92: Added setting to enable auto watching
  • #90: Adding double quotes to filter command line option

0.3.0 (2018-05-15)

  • #74: Move the view to Test view container
  • #72: Add failed tests to problems view
  • #70: Show spinner for currently running test(s)

0.2.3 (2018-04-27)

  • #67: Option to auto expand tree
  • #62: Better support for xunit theories
  • #51: TreeView support for NUnit and MSTest

0.2.2 (2018-04-16)

  • #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

0.2.1 (2018-03-20)

  • #42: Show test results in tree for xunit
  • #41: Show spinner while discovering tests
  • #40: Setting for where to store test result file

0.2.0 (2017-11-26)

  • #24: Display test results in CodeLens for C# test projects

0.1.2 (2017-10-22)

  • #20: Add support for test names that contain data

0.1.1 (2017-08-23)

  • Support for multiple projects
  • Added options for disabling rebuild and restore

0.1.0 (2017-08-21)

  • Support tree view for xUnit
  • Evaluate working dir before running all tests

0.0.3 (2017-08-14)

  • Add support for xUnit
  • Enable relative path of test project
  • Allow to specify searched text in MSBuld output

0.0.2 (2017-08-12)

  • Not show pop-up error message

0.0.1 (2017-08-12)

  • Initial Release