How to generate Html report for testcase execution in UiPath test automation.
I am testing web application and need to generate the html report for my testcase execution.
Regards
How to generate Html report for testcase execution in UiPath test automation.
I am testing web application and need to generate the html report for my testcase execution.
Regards
there is no direct way I believe
here are resources to generate as you need using some code
cheers
Thanks for the response
If you’re able to use the UiPath CLI in your setup, you can test a package (Test Case Execution) via CLI command - and get your test results either in “UiPath” or “JUnit” format:
Use:
--out
The type of the result file .
i.e. --out junit
(potentially combined with --result_path to store in different locations)
UiPath format will provide a .json file whereas JUnit will generate a .xml file. Perhaps you’re able to convert these results for your desired report.
Cheers
Roman
For reference see also: