-
Notifications
You must be signed in to change notification settings - Fork 8
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
The status of the skipped test case is pass in html Report of Katalon 5.10.1 #9
Comments
https://katalon.zendesk.com/agent/tickets/219 One of the new feature introduced in Katalon studio 5.10.1 (testCaseContext.skipThisTestCase()) is really nice to have, and we have been experimenting with it. However, one problem we see with this is:
I believe this is a bug and needs to be addressed to generate reports with right information. Requesting to please note this aspect. One more thing, if there is provision to mention the reason for skipping in the form of a message, that would be great. This reason could be seen in the logs. |
Just wondering about, approximately when could we expect the fix for this issue? |
This has been planned for 6.1 release. We might add API for users to manually mark the status of skipped test cases or really skip them from the report. |
For this one, I would really appreciate if the html report mentions the test case as Skipped, and we are allowed to pass the reason (e.g. in the form of string message). It is ok if we are required to write a specific statement in the script to mark it that way in html report. That will avoid the confusion while analyzing the logs and html report (they will be consistent). So all in all and as possible test cases, the skip status needs to be consistent at 3 locations (based on my understanding):
Thanks and regards, |
Any update on this issue? |
This issue persists in version 7. Logs will display correctly at the end of test execution, but the report is still inconsistent with the actual results of execution. |
Hi all, Displaying SKIP status has been supported in Katalon Studio v7.8 onward. Please check for update. References: https://docs.katalon.com/katalon-studio/new/version-70.html#improvements-3 |
Preconditions:
Steps to reproduce:
Expected Behavior:
The status of html report should specify that 1 test case passed and 1 skipped
Actual Behavior: The status in html report is:
Status: 2 test total, 2 passed, 0 failed, 0 error, 0 incomplete
The text was updated successfully, but these errors were encountered: