Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.05 KB

File metadata and controls

39 lines (31 loc) · 1.05 KB

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

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: https://github.com/fescobar/allure-docker-service