You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of vscode-java-test only supports the Jupiter engine. The JUnit 5 platform, however, provides support for all kind of test engines. Examples are
vscode-java-test is (probably) already using the launcher API under the hood. Since the launcher supports all test engines out of the box the effort should be doable without too much effort.