-
Notifications
You must be signed in to change notification settings - Fork 15
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
Below error iam getting when i entered command report is generating but no data how ? #28
Comments
Try like this.. C:\Users\54978\Playwright\allure-pdf-1.6.0\bin>allure-pdf "C:\Users\54978\Playwright\SGEF_V3_Jayanth\allure-results" -o report1.pdf Also check in the bin folder. There might be a possibility that the report has been generated. |
Since I'm not using a playwright, how can I address Thanks for the response |
You can use any automation tool thats not an issue.
Hope this helps. |
Yes it is generating but in pdf there is no data only empty pdf is generating are you also faced same issue if it reslove please guide me thanks |
Clear the allure results folder. Run the test file. Generate now. I think it should work. |
report1.pdf |
allure-docx --detail-level compact "C:\Users\54978\Playwright\Testing\allure-results" "C:\Users\54978\Desktop\report1.docx" Try this command or please remove '-o' from your command and try executing it. |
Found [13] rest results ...
log4j:WARN No appenders could be found for logger (org.apache.fop.fonts.apps.AbstractFontReader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
java.lang.NullPointerException
at io.github.eroshenkoam.allure.AllurePDFGenerator.addTestResultHeader(AllurePDFGenerator.java:145)
at io.github.eroshenkoam.allure.AllurePDFGenerator.printTestResultDetails(AllurePDFGenerator.java:133)
at io.github.eroshenkoam.allure.AllurePDFGenerator.generate(AllurePDFGenerator.java:107)
at io.github.eroshenkoam.allure.MainCommand.run(MainCommand.java:53)
at picocli.CommandLine.executeUserObject(CommandLine.java:1769)
at picocli.CommandLine.access$900(CommandLine.java:145)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2141)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2108)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:1975)
at picocli.CommandLine.execute(CommandLine.java:1904)
at io.github.eroshenkoam.allure.AllurePDF.main(AllurePDF.java:13)
The text was updated successfully, but these errors were encountered: