Releases: microsoft/vscode-java-test
Releases · microsoft/vscode-java-test
0.17.0 - 2019-05-22
Added
Support Junit 5 TestFactory annotation. #644
Changed
Automatically add "--enable-preview" to vmargs when necessary. #669
Fixed
0.16.0 - 2019-04-10
Added
- Add a new command
Java: Migrate Deprecated 'launch.test.json'
to help migrate the launch.test.json
files. #664
Removed
- Stop supporting
launch.test.json
. #650
Fixed
- Encoding issue for the Test Runner. #662
- Can resolve the classpath of the invisible project. #348
0.15.0 - 2019-03-11
0.15.0 - 2019-03-11
Added
- Support JUnit 4
@RunWith
annotation. #272
- Support JUnit 4
@Theory
annotation. #628
- Support JUnit 5
@RepeatedTest
annotation. #594
Fixed
0.14.1 - 2019-02-19
Added
- Support ${workspaceFolder} in 'vmargs', 'args' and the value of each entry in 'env' in the test configurations. #602
Fixed
- SecurityException when running JUnit 5 tests. #477
- Wrong order of arguments passing to Test Runner. #592
- Fail to resolve configurations which contain ${workspaceFolder}. #599
- Report page always goes back to the top after the navigation button is clicked. #606
0.14.0 - 2019-01-21
Added
- Add the log level setting. #555
- Navigate to the source code from the test explorer. #558
Changed
- Redesign the user experience of running tests with configurations. More details #524
Fixed
- Fix the bug that test scope is wrong when triggering tests from inner class level. #411
- Fix the bug that tests which contain inner class will be skipped if triggered from the test explorer. #460
- Improve the test output format. #505
- Pack the test report resources into the extension vsix. #550
0.13.0 - Dec 2018
Added
- Add Chinese language support. #437
Changed
- Use webpack to improve the extension startup time. #495
- Change the activation events of the extension. #516
- Change the style of the test report. #517
Fixed
- Fix the bug that test explorer will keep refreshing when opening a large project. #461
- Fix several bugs that cause the extension fails to run test cases. (#134, #488, #504, #515)
0.12.0 - Dec 2018
Added
- Add a way to persist test logs into log files. #452
- Add @DisplayName support in the test report for JUnit 5. #446
- Add @ParameterizedTest support for JUnit 5. #107
Changed
- Improve the test report page. (#397, #486, #489)
- Change the foreground color of the status bar items. #467
Fixed
- Fix the bug that test runners will run forever. #482
0.11.1 - Nov 2018
Added
Fixed
- "Cannot read property 'indexOf' of undefined" bug when running JUnit 5 tests. #455
- Will run all tests in class if triggering test from method level in test explorer. #441
- Cannot run tests when the project is a multi-module Maven project. #443
0.11.0 - Nov 2018
Added
Changed
- Test explorer change to lazy-load mechanism.
- Always resolve the classpath before running test jobs - no need to trigger
Refresh Classpath
anymore.