Wrong pass rate calculation allure2 (java) #2871
Unanswered
AppDevIL
asked this question in
Bug Reports
Replies: 1 comment
-
I also experience this problem. It looks like the behavior was changed without backward compatibility. All of a sudden our reports started showing different pass rate than we expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Look like in new versions 2.25+ calculation for pass rate is wrong. Or at least not cover all cases.
Issue caused by this commit:
https://github.com/allure-framework/allure2/pull/2219/files
Explanation about problem:
This commit exclude skipped tests from pass rate.
BUT skipped tests in java (testng) can be from several reasons:
Beta Was this translation helpful? Give feedback.
All reactions