I failed to generate the directory allure-results in my project. I have tried many methods from google(create src/test/resources/allure.properties, set <resultsDirectory>${project.build.directory}/allure-results</resultsDirectory> in pom.xml, etc.), but all setting seems not to take effect. I also…
Tag: allure
Error integration Allure reporting with Jenkins. Can’t find allure commandline
Please help, I just have no clue what is going wrong, I’ve tried everything… This is a QA test project, based on java17, maven, testng. Integrеtion between Jenkins and Allure doesn’t work, what is going wrong? I have post condition in Jenkins file : And when I’m running pipeline on Jen…
Can’t attach RestAssured’s RQ/RS of Spring Cloud Contract’s tests to Allure report
I’ve successfully added Allure2 to my project with Spring Cloud Contract tests (it uses JUnit5), but tab “Overview” is blank in all successed test of report. I created a listener class, that gets RQ and RS from RestAssured: And runner class, that uses listener class: And then I’ve adde…
NoSuchMethodError when using @Step annotation in Allure2
I’m trying to implement Allure2 as a reporting tool for our automation suite but I seem to be running into an issue with the @Step annotation. I have the imports in place, the IDE recognizes it perfectly, I can see the package under dependencies and the specific class is available to browse and everythi…
Allure report: nothing shown in Chrome
I’m trying to use Allure-framework to generate a report for my Selenium WebDriver tests. I use JUnit framework and allure-maven-plugin with version 1.3.9 of Allure. I run tests with mvn test then generate the report using mvn site. I see generated report in target/site/allure-maven-plugin/ directory. Wh…