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 - Display Test Results while running Tests
Summary: Display Test Results while running Tests
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Windows 8.1
: P1 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-18 03:54 UTC by bht
Modified: 2016-11-02 14:39 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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