How can I create a structured report from appium after successful completion of automation testing.
If you are using Python, then try pytest-html plugin
I'm Using Java, what should I do in this case ?
Copy pasting this from this blog:
Selenium Java Test Reports
TestNG HTML Report Generation. JUnit-Style Report Generation. Simple JUnit Reports, and Convert JUnit to HTML Reports. Generating Extent HTML Reports.
Try using ExtentReports, which is open source and easy to understand.Extent Reports
Lot of API methods and easy to remember. Just give a try.
I second the suggestion for Extent Reports. I've built it into my framework's logging and it generates a "pretty" report like this one at the end of the test run... Screenshots and all.
I am running my test in a terminal with nodeJS. How I can get the test report of my tests.