I see. So, at the moment, users see something like "Run test..." in the IDE/editor and when click, a Maven run tailored to the action is executed. Correct? If yes, it's good starting point.
_You could use the `junit-platform-console` launcher, like I do here: https://github.com/sormuras/junit-platform-maven-plugin/tree/master/src/main/java/de/sormuras/junit/platform/maven/plugin -- then you are less dependent on how Surefire finds and executes tests._ Regarding Ant and its configuration in NB ... methinks, it would need to include `junit-platform-console` and use the provided launcher. Or... You use the Launcher API like described here: https://junit.org/junit5/docs/current/user-guide/#launcher-api How can I test-drive this PR? Checkout your "apache/incubator-netbeans" clone, switch to branch `feature/JUnit5` and "Press Play on Tape"? [ Full content available at: https://github.com/apache/incubator-netbeans/pull/892 ] This message was relayed via gitbox.apache.org for [email protected]
