This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268566

Summary: Display Test Results while running Tests
Product: projects Reporter: bht <bht>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P1    
Version: 8.2   
Hardware: PC   
OS: Windows 8.1   
Issue Type: ENHANCEMENT Exception Reporter:

Description bht 2016-10-18 03:54:01 UTC
The IDE prompts via a bubble to open test results after the completion of all tests. Is it possible to display the test results while tests complete / fail before all of the tests are completed? I might be overlooking a feature that already provides this.

It would be useful with tests that take very long to run, providing a chance to cancel when some unexpected results justify this.
Comment 1 bht 2016-10-31 00:13:11 UTC
In development mode, from my perspective, this turns out more critical than I thought it was. Withe long running tests, simple errors that should be reason enough to abort the test, cannot be spotted until the test is finished, wasting time. Unless, of course, I am missing something.
Comment 2 verveja 2016-11-02 14:39:07 UTC
possibly relevant :
"skipping tests after first/Nth failure" using configuration parameter skipAfterFailureCount
see https://maven.apache.org/surefire/maven-surefire-plugin/examples/skip-after-failure.html