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 - Linking test failure report for maven-failsafe-plugin
Summary: Linking test failure report for maven-failsafe-plugin
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P3 normal with 6 votes (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks: 187620
  Show dependency tree
 
Reported: 2010-12-02 13:40 UTC by tommy_bo
Modified: 2013-01-24 03:02 UTC (History)
3 users (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 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