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

Multiple Scenarios Execution - Only the results of the last scenario are saved #342

Open
RomanGlaz opened this issue Nov 14, 2018 · 2 comments

Comments

@RomanGlaz
Copy link

  1. executing Multiple Scenarios with jenkins causes that only results of the last scenario are saved
    because the file: TEST-JSystem_JUnit_report.xml is overrides by next scenario
    for example:

runnig Stenario1,Scenario2,Scenario3 - so results of Scenario3 only will be saved !!!

may be to fix this issue is just add sut and scenario to this result file (its very important to all of us using jenkins executins)

@RomanGlazNew
Copy link

no one is interesting in that ?

@rgaduput
Copy link

rgaduput commented Jul 1, 2021

We are facing same as well, due to junit report xml overwrite we get wrong info in the Jenkins about the tests executed.
and it does not happen in html files, they contains details for all the scenarios.

Because of this the tests execution status in Jenkins pipeline shown wrong, if last scenario passed based on its junit report Pipeline/Junit plugin assumes that all tests passed (even when there are failures in previous scenarios, since junit plugin has access to the last scenario report only :( )

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

No branches or pull requests

3 participants