Closed cryptton2004 closed 9 years ago
@cryptton2004 seems to be a correct command, please ignore log4j errors - this is a logger misconfiguration. Does this reproduce with the latest Allure version 1.4.4?
I don't know exactly how this happened, but now it seems to work with the exact same configuration as mentioned above. I'm using v 1.4.3 because 1.4.4 returns '''java.lang.NullPointerException''' when trying to generate the report (and the files don't get to be created).
@cryptton2004 if you're getting NPE with 1.4.4 please create a separate issue.
Hello,
I am using allure for my php automation project, with the allure-php-adapter-api-1.1.1 and allure-phpunit-1.2.1 to generate the xml for the report. For a test case, I have the following annotations attached:
I use allure-cli to generate the actual report files (windows 7). In the "allure.bat" file, I've modified the last line to:
The full command is:
However, the generated report doesn't contain my issue url in the attached issues (just the default url).
Any ideas if I'm doing anything wrong or is it an actual bug?
Regards, Cristian