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

Generate flaky results in HTML report #2368

Open
AaronMT opened this issue Apr 28, 2023 · 0 comments
Open

Generate flaky results in HTML report #2368

AaronMT opened this issue Apr 28, 2023 · 0 comments
Labels

Comments

@AaronMT
Copy link

AaronMT commented Apr 28, 2023

As part of an (optional?) flag for Android, I would love to have an HTMLErrorReport report asset generated akin to the HTMLErrporReport HTML generated for failures (!matrices.isAllSuccessful())[1], will generate the same style report but with JUnit Test-cases that are identified as flaky (you can have a matrice with failures and flaky results, or all successful runs with one flaky, eg). Currently, I have to use JUnitParser (third party) Python library to parse the FullJUnitReport.xml file.

This would be a tremendous addition.

The <testcase> elements have an attribute flaky=true with the <testsuite> having the attribute flakes set non-zero.

I would simply want the name/classname attribute posted and the failure block and weblink in the generated report.

[1]

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

No branches or pull requests

1 participant