sohailalam2696
3 years agoContributor
How can we automate the results of keyword tests into Junit
I want to add code at the end of keyword tests which would automatically export my results into Junit to my folder. Could anyone please help me?
- 3 years ago
Here's the junit example from this page
From Tests
Use the
Log.SaveResultsAsmethod:Log.SaveResultsAs("C:\\Work\\Log\\Log.xml", lsJUnit);
A JUnit report is created only for a Summary report generated for your test run.