homberghp opened a new issue, #8531: URL: https://github.com/apache/netbeans/issues/8531
### Apache NetBeans version Apache NetBeans 26 latest release candidate ### What happened When running a maven project with junit 5, the test output UI element never detects that the test run has terminated, and therefor does not update the test result buttons to e.g. rerun tests. ### Language / Project Type / NetBeans Component java / maven / ide testrunner ### How to reproduce To repoduce: 1. unzip the attached demo project, which uses maven, and junit5 and assertj as dependencies. 2. Make sure the test output window is open. 3. Run the tests. All in all 200 tests which run fairly quickly, in under 3 seconds total. (mvn clean test) Observe that the marching ants in the top keep on marching and the buttons/state indicators stay dispalbed as in the picture below.  It appears that the test runner does not detect the completion of the test run. My assumption is that it might be waiting for some (well known) file to appear in the file system, or some other event that does not occur in this setup. You can select individual test to rerun. ### Did this work correctly in an earlier version? No / Don't know ### Operating System ubuntu 24.04.2 ### JDK 17 ### Apache NetBeans packaging Apache NetBeans binary zip ### Anything else ### Are you willing to submit a pull request? Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists