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

Cannot see Actual Test Summary, only Test Suite Result is available #22

Open
jahnavi175 opened this issue Mar 19, 2020 · 0 comments
Open

Comments

@jahnavi175
Copy link

jahnavi175 commented Mar 19, 2020

Automation using Pester
@anshooarora report unit was far better than extent report . we were able to see the test summary with number of actual test cases, whereas this extent report is giving us the test suite result, but not the test case result, the green field represents how many test suites have passed, this is not at all helpful for us in tracking how many test cases (It statements in Pester ) have passed, please respond to my issue. Please help me find a way to know how many test cases have passed and also the steps field is not understandable .Please reply and see the images below.

It says the Test are 120, But actually my test cases are 234. This screenshot is obtained after 4 XML files are merged together properly. After looking deep into XMLfiles and counting them, i figured out that the 120 obtained are the test suites in those XML Files, how do I get the actual number of test cases instead of test suites. The steps field is also not clear

Screenshot (88)

And also if only one test case fails, it shows 3 have failed because of the test suite policy.

Screenshot (89)

Please help me in this issue and tell me how to obtain the test cases that have passed and how many failed in the html file obtained by using --merge.

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

1 participant