Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JAVA TESTNG 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
mvn test -Dtest=ThirdTest
mvn test -Dtest=FourthTestFactory

See documentation here: