-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOSIP-38489 - Generated single report with 2 sections
Signed-off-by: Nandhukumar <[email protected]>
- Loading branch information
1 parent
e2cabd9
commit fb10f89
Showing
3 changed files
with
25 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> | ||
|
||
<suite name="PreReg API Test Rig Master Suite"> | ||
<listeners> | ||
<listener class-name="io.mosip.testrig.apirig.report.EmailableReport" /> | ||
</listeners> | ||
<suite-files> | ||
<suite-file path="preregSuite.xml" /> | ||
</suite-files> | ||
</suite> |
2 changes: 1 addition & 1 deletion
2
api-test/testNgXmlFiles/preregApi.xml → api-test/testNgXmlFiles/preregSuite.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters