Xray-App / xray-testng-extensions

Enhanced TestNG integration with Xray Test Management for Jira
MIT License
9 stars 4 forks source link

I ran the tests but the TestNG XML report isn't being generated. #3

Closed samiir95 closed 1 year ago

samiir95 commented 1 year ago

I've tried to run the "AnnotationExamples" class by enabling the XrayListener by removing the comment line of it from the "org.testng.ITestNGListener" under the test/resources directory but the "testng-results.xml" is not generated!

samiir95 commented 1 year ago

And after using the default reports for intellij, the report doesn't contain anything related to the used annotations for xray...

bitcoder commented 1 year ago

The "AnnotationExamples" is an auxiliary class that is used by the tests within this project, namely by the tests within ReportTests.java. I'm not sure exactly how you tried to run the tests nor exactly what is the bug you're trying to report? You can see here an example of a project using this project as a client/consumer of this library.

samiir95 commented 1 year ago

The "AnnotationExamples" is an auxiliary class that is used by the tests within this project, namely by the tests within ReportTests.java. I'm not sure exactly how you tried to run the tests nor exactly what is the bug you're trying to report? You can see here an example of a project using this project as a client/consumer of this library.

Yes it was my fault, then I'll close it..