How can I create a structured report from appium after successful completion of automation testing.
created
Feb '17
last reply
Jan '18
- 6
replies
- 4.7k
views
- 5
users
- 1
like
- 2
links
How can I create a structured report from appium after successful completion of automation testing.
Copy pasting this from this blog:
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 Reports396
Lot of API methods and easy to remember. Just give a try.