Wrong pass rate calculation allure2 (java) #2871
Unanswered
AppDevIL
asked this question in
Bug Reports
Replies: 0 comments
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