matthiasblaesing commented on issue #1402: [NETBEANS-1763] Integrate maven failsafe output into test runner output URL: https://github.com/apache/netbeans/pull/1402#issuecomment-521688632 @jmborer if you are looking for a binary, you can get this one: https://doppel-helix.eu/netbeans-dev.zip That is the build I'm currently using at work. it is based on commit 39e97b900a8d604f3968e07605ee0d7709f37977 with PR #1417. The timeframe is totally ok. @junichi11 the PRs intentend change is visible, when you run a maven project, that has an integration test defined. This is a sample project: [testTests.zip](https://github.com/apache/netbeans/files/3506166/testTests.zip) Open it, run the custom goal "integration-test" and open the test-results window. You will see one output with the unittest (on current netbeans), however, when you look at the console, you see that there are in fact two tests run (one unittest, one integration test). With this PR, a second test results window is opened, that shows the integration test.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
