Skip to content
Tesbo Report

Generate Report

Last edited 158 days ago by System Writer
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

Screenshot 2023-06-06 at 3.49.38 PM.png

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
LoginPage.png
2. Open the project and click on the key icon
ProjectPage.png
3. This key will be used to store the test report into this project only.

Command Line Parameter
Key
Description
Valuable
Possible Value
1
--key or -k
It's the user access key related to project. find more info about getting user access key from [here]
yes
2
--framework or -f
Name of the Framework As we are supporting the multiple framework, We need to provide the name of the framework, default is TestNG. so if you are not providing anything then it will take than automatically
no
TestNG , Cucumber
3
--Dir or -d
we need to provide the directory where report is generated, for the TestNG, it's folder where testng-result.xml is generated
yes
4
--Browser or -b
for the tagging whole build with the browser
no
5
--BrowserVer or -bv
for the tagging whole build with the browser version
no
Chrome, Firefox, Safari
6
--Platform or - p
for the tagging whole build with the platform
no
Windows, Linux, Mac
7
--PlatformVer or -pv
for the tagging whole build with the platfomr version
no
8
--mode or -m
Default is single but you can use the watcher mode
no
single, watcher
There are no rows in this table
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.