Allure report generating error. #2698
Unanswered
VijayalakshmiK07
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to generate the allure report for TestNG, RestAssuredAPI, Java, Cucumber and Maven framework output. Have downloaded the Allure report 2.30.0. The code output is generated successfully in the console. However, for populating the report, when I run the Allure:serve command in Maven, following error is shown. Please let me know what should be fixed here and where we need to keep the Allure artifacts.
Failed to execute goal io.qameta.allure:allure-maven:2.13.0:serve (default-cli) on project ''''''''': An error has occurred in Allure report generation. Could not generate the report: Can't install allure: Cannot resolve allure commandline dependencies. org.eclipse.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: io.qameta.allure:allure-commandline:zip:2.30.0, org.slf4j:slf4j-api:jar:2.0.7, com.beust:jcommander:jar:1.82, org.apache.commons:commons-lang3:jar:3.13.0, org.apache.commons:commons-text:jar:1.11.0, jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3, jakarta.activation:jakarta.activation-api:jar:1.2.2, io.qameta.allure:allure-model:jar:2.28.0: Could not find artifact io.qameta.allure:allure-commandline:zip:2.30.0
Beta Was this translation helpful? Give feedback.
All reactions