Skip to content

Latest commit

 

History

History

allure-docker-java-cucumber-jvm-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JAVA CUCUMBER-JVM DEMO PROJECT USING ALLURE

INSTALLATION

JDK8

MAVEN 3.5.4 or latest

Setup JAVA_HOME & M2_HOME

Verify installation with:

java -version
mvn --version

USAGE

Execute Allure Docker Service from this directory

docker-compose up -d allure allure-ui

Each time you run tests, the Allure report will be updated. Execute tests:

 mvn test -Dtest=CucumberRunner

Note: Use plugin --plugin io.qameta.allure.cucumberjvm.AllureCucumberJvm if you run from any IDE like Eclipse or IntelliJIdea.

See documentation here: