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

There is no way to exclude Skipped test cases in allure report #1037

Closed
sbhatta2018 opened this issue Dec 18, 2019 · 6 comments
Closed

There is no way to exclude Skipped test cases in allure report #1037

sbhatta2018 opened this issue Dec 18, 2019 · 6 comments

Comments

@sbhatta2018
Copy link

I am using allure 2.10.0 with Java & TestNG. I have around 1000 test cases of which some gets skipped if there mismatch in some parameters. Because of this my pass percentage gets affected as it includes SKIPPED test cases in the count.

I need a way to not include SKIPPED test cases in the count.

Current Behavior -
Total - 3 (Pass + Failed + Skipped)
Pass - 1, Failed - 1, Skipped - 1
Pass Percentage - 33.33%

Expected behavior -
Total - 2 (Include only Pass and Fail)
Pass Percentage - 50%

Please let me know if there is already a way to implement it

@sridharreddysuram123
Copy link

Any update on this?

@kisuro
Copy link

kisuro commented Oct 10, 2021

Also looking for this functionality. Will be great to see skipped test as amount but without final calculation

@storenth
Copy link

python users want this feat too!

@ShuoHuangTesting
Copy link

any update so far? Also struggling in this issue.

@baev
Copy link
Member

baev commented Jan 8, 2024

duplicate of allure-framework/allure-java#412

fixed 2.25.0

Please, notice, that the browser cache needs to be cleared to see the change

@baev baev closed this as completed Jan 8, 2024
@Nisim761
Copy link

Assuming I have 1 pass, 1 fail, 1 skip.
I want to have 33.3% pass rate and not 50%.

In my case I prefer the previous behavior.
What can I do?

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

7 participants