[ 
https://issues.apache.org/jira/browse/SUREFIRE-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956516#comment-14956516
 ] 

Tibor Digana commented on SUREFIRE-1183:
----------------------------------------

Then split the folders in different projects.
You can use maven-invoker-plugin or deeper modularity like multi-module
project. Each project has own name and that's what you can benefit from in
the report as name of test-set.
If you decide for invoker plugin, you will end up with acceptance-test,
performance-test projects each having own POM. In there you can again use
maven-failsafe-plugin as you like.
With invoker you won't be able to have incremental build unless you select
the project by profile. There you have to run integration-test and verify
lifecycle phase together which is bad because CI in normal project would
run IT phase several times and verify phase just once with sending email
once.

On Wed, Oct 14, 2015 at 7:12 AM, Gerald Mücke (JIRA) <[email protected]>



> Custom Test Report Titles and Descriptions
> ------------------------------------------
>
>                 Key: SUREFIRE-1183
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1183
>             Project: Maven Surefire
>          Issue Type: Improvement
>          Components: Maven Surefire Report Plugin
>    Affects Versions: 2.18.1
>            Reporter: Gerald Mücke
>            Priority: Minor
>
> Hi,
> I'd like to add the possibility to customize the name and descriptions of the 
> test reports, in order to define report sets with not only custom outputNames 
> but custom titles and descriptions as well so that they appear in the report 
> with a self-describing name and description.
> Motivation:
> At a customer project we have several automated tests (unit tests, 
> integration tests, automated acceptance tests, performance tests) and each of 
> those are run either using surefire or failsafe. 
> We have different report sets for each of these tests and separate output 
> files. But in the Project Reports Overview each Report is named either 
> "Surefire Report" or "Failsafe Report" with the corresponding default 
> description. Further, the title of the Report page itself is always "Surefire 
> Reports"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to