[jboss-jira] [JBoss JIRA] (AS7-2011) TS: Implement test reporting.
Ondrej Zizka (Commented) (JIRA)
jira-events at lists.jboss.org
Tue Nov 1 01:05:45 EDT 2011
[ https://issues.jboss.org/browse/AS7-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638670#comment-12638670 ]
Ondrej Zizka commented on AS7-2011:
-----------------------------------
Reporting itself is done.
Now I am trying to position it well in the testsuite. I've tried:
1) Having in testsuite/pom.xml, bound to the site phase.
This needs to run `mvn site` in a separate command, since with `mvn install site`, it would run before the submodules were run.
2) Having it in testsuite/reporting/pom.xml
This way, it must be in a profile, in order to run it as last submodule.
That blocks having it auto-activated since it's not possible to move auto-activated profiles after property-activated.
Ideally, `mvn install site` should have reporting by default, `-DnoReport` should skip reporting.
> TS: Implement test reporting.
> -----------------------------
>
> Key: AS7-2011
> URL: https://issues.jboss.org/browse/AS7-2011
> Project: Application Server 7
> Issue Type: Sub-task
> Components: Test Suite
> Reporter: Ondrej Zizka
> Assignee: Ondrej Zizka
> Attachments: JUnitDiff-two-runs-comparison.html
>
>
> Make sure test reports are being produced correctly (this may involve
> chasing up Paul Gier for the surefire release).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list