Tesbo Report is a cloud report for the TestNG, Cucumber and many more test frameworks.
Currently, It's only supported for the TestNG but Other framework support we are releasing soon.
How to generate report using TestNG,
TestNG
TestNG is the most popular framework in java. Tesbo Report by default support the TestNG for the Report Generation
Step to configure
Download the Report-Adaptor jar from . We suggest check for the latest version and download. Once you download, open the CMD and Run the Below Command
java -jar Report-Adaptor-3.1.0.jar --Key {user access key} -d {directory where report is generated}
e.g.
java -jar Report-Adaptor-3.1.0.jar --Key s2GULFHjiAnnwnhZmqp5GT4mdpQvJ7g9 -d /Users/viralpatel/Viral/TestNG-Adaptor_1/src/Cucumber
Once you run the command, Tesbo will be start reading the testng-result.xml and uploading the result.
Creating a Key :
User Access key is unique key which will identify the which user and which project will store the test result. For the Every project it should be unique.
Step to Access :
Open the Tesbo Report Platform and Login with Valid credentials 2. Open the project and click on the key icon
3. This key will be used to store the test report into this project only.