-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Flaky Tests rerun report overrides/overrule the actual full test run report. #1359
Comments
The good news is you're not doing anything wrong! The bad news is that the results you're observing are entirely as expected. This is a natural consequence of chaining different tools ( As such your options from least to most effort and worst to best quality are:
|
Thanks for your reply on this issue. |
Is this issue resolved |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Flaky Tests rerun report overrides / takes precedence over the actual full test run report.
Under the rerun Flaky test runner implementation, when my tests actually encounters a flaky test, it goes into that flaky test's execution at the end of build, but test report (based on cucumber.json) only showing flaky tests results and totally ignores/ exclude the actual full test run report.
Expected Behavior
When under the flaky test's rerun mechanism, the flaky tests gets executed at the end of the build, its report should not override / overrule the actual full test report. Ideally it should combine the both original test run report & flaky test run report in cucumber.json
Steps to Reproduce (for bugs)
For detailed steps, please visit (https://stackoverflow.com/questions/50115819/cucumber-json-report-getting-overwritten-by-rerun-scenario-report)
I originally raised it there, thinking that I might be doing something wrong somewhere, but eventually it comes out to be a bug/issue with cucumber-jvm own report generation problem.
Context & Motivation
Your Environment
OS used: Windows 7
Tool: IntelliJ IDEA 2016.2
The text was updated successfully, but these errors were encountered: