I don’t see test case count for the errored ones at the top section of the new test report.
kindly provide more details like version, how many failed etc
You can share the entire report to us easily! That will help others to understand your problem well.
Using Windows Explorer, find the yyyymmdd_hhMMss.html file under the Reports
folder of your Katalon project, and drag the html icon onto your new post.
I just did it for example:
20250503_174617.html (842.8 KB)
In the screenshot @Obhi attached in the original post, I found a Test Case resulted with STATUS=Warning.
I don’t know how to make a Test Case to finish with STATUS=Warning. I could not reproduce it.
I am curious how @Obhi made a Test Case to have STATUS=Warning. I want to know it.
Could you explain how your Test Case/Custom/United States - DFS/TC001_Validate PreDraft - xxxxxx
got STATUS=Warning?
I suppose, your Test Case does something descent but terminated with some exceptional situation. I guess, Katalon didn’t take such case into their account, therefore the new report got odd result.
You should disclose more detail information about your Test Case (how it is coded, how it ran). Unless disclosed, Katalon would not be able to reproduce your case; they would have no idea how to improve the report.
Thanks @kazurayam .
I’ve identified the root cause of the issue.
The script failed due to a “Failed connecting to tab WebSocket” error, but in the test suite, it was only logged as a warning.
To resolve this, I added the flag --remote-allow-origins=*
, which eliminated the WebSocket error.
Now, the actual error message is correctly displayed and captured in the report.
I am just curious.
In the problem Test Case script, are you using
Chrome DevTools Protocol plugin
or
kklisura’s Chrome DevTools Java Client
?