Skip to content

Add double test source management #146

@acatoire

Description

@acatoire

What feature do you want to see added?

    • In my project, we run Unit test and Integration test in parallel, and we would like to trace them separately.

It works doing this:

    realtimeJUnit(
                            testResults: '**/target/failsafe-reports/*.xml') {
                            realtimeJUnit(
                                testResults: '**/target/surefire-reports/*.xml') {

                                // checkstyle is skipped because executed dedicated stage
                                sh """
                                    bash .jenkins/mvn_build.sh
                                """
                            }
                        }

But:

  • Both real time page view have the same name;
    image
    image

  • At the end, only one test result page stay (merge of both)
    image

Our usage can be seen on this open source repo: https://github.com/Talend/connectors-se/blob/73d84f8422fe942a76206235982473777281eefd/Jenkinsfile#L405C2-L408C1

Upstream changes

No response

Are you interested in contributing this feature?

As a QA I can contribution on the feature testing, I may find a developer for it, but I am not sure.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions