After Tests run with first command, I just ran last report command to view report. I'm new to this allure report and can someone help me on this?
Project Details
Gradle: 7.2
Kotlin: 1.5.21
Groovy: 3.0.8
Ant: Apache Ant(TM) version 1.10.9
JVM: 17 (Homebrew 17 0)
OS: Mac OS X 10.15.7 x86_64
- ./gradlew clean RunSequentialTests -Dtag=### -Dcountry=ID -DslackNotif=consumer-### -DnoOfRetries=5 --stacktrace
- ./gradlew allureReport
CodePudding user response:
Try to use direct Allure's command:
allure serve /path/to/target/folder/in/your/project/