Skip to content

Latest commit

 

History

History

allure-docker-java-junit4-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JAVA JUNIT4 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=FirstTest
mvn test -Dtest=SecondTest

See documentation here: