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 192797

Summary: Linking test failure report for maven-failsafe-plugin
Product: projects Reporter: tommy_bo
Component: MavenAssignee: Milos Kleint <mkleint>
Status: RESOLVED FIXED    
Severity: normal CC: kawazu428, matsa, myshkin
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 187620    

Description tommy_bo 2010-12-02 13:40:49 UTC
I use the maven-failsafe-plugin to run integration-tests, but there is no support for opening the summary for failed tests (as there is for the surefire plugin).
Comment 1 kawazu428 2011-07-06 07:16:09 UTC
Adding me to this one. This seems desirable indeed.
Comment 2 Milos Kleint 2013-01-23 11:09:19 UTC
http://hg.netbeans.org/core-main/rev/bd796c323977

only output processing is done, allowing to open another output tab with test output.

populating the test results window is another matter, more complex. especially the part about re-running tests, please file a separate issue for it, thank you
Comment 3 Quality Engineering 2013-01-24 03:02:31 UTC
Integrated into 'main-golden', will be available in build *201301240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bd796c323977
User: Milos Kleint <mkleint@netbeans.org>
Log: #192797 have maven-failsafe-plugin output processed the same way as surefire output