Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add double test source management #146

Open
acatoire opened this issue Dec 21, 2023 · 0 comments
Open

Add double test source management #146

acatoire opened this issue Dec 21, 2023 · 0 comments

Comments

@acatoire
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant