Hi Chriss,
thanks but artifact junit-jupiter is 'aggregator artifact that
transitively pulls in dependencies on junit-jupiter-api,
junit-jupiter-params, and junit-jupiter-engine' (quoting the
documentation). But even if I directly specify the dependencies it makes
no difference, still the sam
It’s not maven, you don’t have the junit-jupiter-engine of the classpath.
Modify your pom to include;
org.junit.jupiter
junit-jupiter
test
org.junit.jupiter
junit-jupiter-api
test
Hi,
just FYI I tried it with the git version of Netbeans and it seems to be
working there. So I guess we will have to wait for Netbeans 16 to have
testing fully working again :)
On 20/09/2022 13:54, Jean-Marc Borer wrote:
Hello Vlad,
I have this issue since a looongg time. It started wi
:dev@netbeans.apache.org
Objet : Re: maven-surefire-plugin 2.20 and newer doesn't work with Test Result
window
Hello Vlad,
I have this issue since a looongg time. It started with NB 12 (or even
11 not sure). I still don't know why it is failling.
Sorry not beining able to help you. Please file an
Hi, did you try the 3.0.0-M7 or 2.22.0 version of surefire?
They contains junit 5 fixes
Regards
Eric
-Message d'origine-
De : Jean-Marc Borer
Envoyé : mardi 20 septembre 2022 14:55
À : dev@netbeans.apache.org
Objet : Re: maven-surefire-plugin 2.20 and newer doesn't work
Hello Vlad,
I have this issue since a looongg time. It started with NB 12 (or even
11 not sure). I still don't know why it is failling.
Sorry not beining able to help you. Please file an issue on Github but make
sure there not already one.
Best regards,
JM
On Sun, Sep 18, 2022 at 9:49 PM V
I have been trying to figure out how to get JUnit 5 tests working
correctly in Netbeans 15.
with maven-surefire-plugin version 2.19.1 and lower it works but with
versions starting 2.20 the Test Result window in Netbeans just says 'No
tests executed' even though in the Output window I can see t