I had to change the reportsDir in gradle, so the netbeans plugin can find report. After that I can run all tests and gradle test says that the build was successful, but in the "Test Result"-Tab all tests are red. I think this is caused by some little changes in the report format. In each testcase tag now exists a system-out tag with some meta-data:
Hi,
I followed this tutorial (https://howtoprogram.xyz/2016/09/25/junit-5-gradle-example/) for a basic JUnit 5 gradle example.
I had to change the reportsDir in gradle, so the netbeans plugin can find report. After that I can run all tests and gradle test says that the build was successful, but in the "Test Result"-Tab all tests are red. I think this is caused by some little changes in the report format. In each testcase tag now exists a system-out tag with some meta-data:
I think you interpreted this content as an error.
There is a little demo project in the attachments.
junit-5-example.zip