Re: maven-surefire-plugin 2.20 and newer doesn't work with Test Result window

2022-09-27 Thread Vladimir Machat
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

Re: maven-surefire-plugin 2.20 and newer doesn't work with Test Result window

2022-09-26 Thread Luff, Chris
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

Re: maven-surefire-plugin 2.20 and newer doesn't work with Test Result window

2022-09-20 Thread Vladimir Machat
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

Re: maven-surefire-plugin 2.20 and newer doesn't work with Test Result window

2022-09-20 Thread Vladimir Machat
@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 issue on Github

RE: maven-surefire-plugin 2.20 and newer doesn't work with Test Result window

2022-09-20 Thread Eric Barboni
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 with Test

Re: maven-surefire-plugin 2.20 and newer doesn't work with Test Result window

2022-09-20 Thread Jean-Marc Borer
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

maven-surefire-plugin 2.20 and newer doesn't work with Test Result window

2022-09-18 Thread Vladimir Machat
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