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
Note: this is related to #90 (#90 (comment)) as Jupiter and Vintage don't support "selecting tests from directories", which includes the --select-directory option of the console launcher.
Steps to reproduce
run
java -jar ex1/lib/junit-platform-console-standalone-1.6.0-M1.jar --select-directory="./ex1/test"
with the following hierarchy
Context
java 11
I expect the launcher to run my tests. instead no test is run.
The text was updated successfully, but these errors were encountered: