You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
And also if only one test case fails, it shows 3 have failed because of the test suite policy.
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.
The text was updated successfully, but these errors were encountered:
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
And also if only one test case fails, it shows 3 have failed because of the test suite policy.
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.
The text was updated successfully, but these errors were encountered: