-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PDF isn't exported when running with Maven #23
Comments
@khoaha88 is sample https://github.com/uttesh/pdfngreportdemo maven code is working? what is the error your getting could you please elaborate. |
This is the result when I try to Run As Maven Test |
@khoaha88 there is a NPE on your test class, execution interrupted by the exception on your test class. java.lang.NullPointerException |
I think this is output log for failed @test and the PDF report should capture this |
@khoaha88 NPE stopped the further execution, its nothing do with the ngPDFreport library. if execution stop with error testng library wont provide any execution result and report wont be generated. please fix the NPE. its nothing to do with pdf library. |
Hi Uttesh,
I have an issue when running PDF NG Report. I try to run project by Run As TestNG, the report is exported correctly. But it's not ok when Run As Maven Test.
Here is my POM & testng files:
pomNtestng.zip
Please help me to find out the problem.
Many thanks!
The text was updated successfully, but these errors were encountered: