How to create html Test reports after test execution? Like inn Selenium, we get it using extent report setup. I tried using ReporterForUiPath activity, but only the template is getting generated and the data inside it is not coming up. The articles/documents related to report generation are not updated. Kindly help with a solution. Thanks in advance!
U cannot create a cucumber report just like the executions happens in slenium .
If u need to generate the same u need create a json for each step u are actually trying report with status of passed , failed , step , timestamp and screenshot with the customised code
Hi @Gayathri_NG
ReporterForUiPath library is the most similar to TestNG report, Extended report or Alura report but we need to add the activity sequence right and take of consideration to match the input and output of each activity please if you face any issue or report generated with empty data share with use the proprieties of below activities
-
Create Report
-
Start Suite
-
Start Test
-
Step Status
1 Like