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 229866 - Have better Test result view for maven submodules
Summary: Have better Test result view for maven submodules
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-16 14:47 UTC by tomzi
Modified: 2013-06-07 14:41 UTC (History)
1 user (show)

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 tomzi 2013-05-16 14:47:54 UTC
When execting maven 'Test' goal on a project with submodules, then the JUnit Testresults will open a tab for each module.

It would be much better, if there is overallview results for all tests. In this view I could decide to filter for modules. But I would still see all results at once.


Product Version = NetBeans IDE 7.3 (Build 201302132200)
Operating System = Linux version 3.8.0-19-generic running on amd64
Java; VM; Vendor = 1.7.0_21
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.21-b01
Comment 1 Milos Kleint 2013-05-16 17:40:22 UTC
theofanis: is there a way to have multiple sets of results in a session? The described scenario is one that would need it, another one would be one where there are unit tests and integration tests within one project.