Closed bitcoder closed 3 months ago
Analysis:
testng-results.xml
report file. There's no way to exclude certain tests from appearing on the generated report. We algenerateReport()
method to look for @XrayTest
or @Requirement
annotations and decide wether to include the tests or not on the generated Xray JSON report
Include on the generated report only tests annotated with @XrayTest or @Requirement, by providing a configuration option
report_only_annotated_tests
(default would be "false").