Steps to follow git clone https://github.com/royki/QAFramework.git Checkout API Branch git checkout apiAdidas Run the testsuite in Local cd apiAdidas mvn clean test Check the testsuite result Check {$repo}/src/target/site/junit-noframes.html file Checkout UI Branch git checkout uiAdidas Run the testsuite in Local cd uiAdidas mvn clean site Check the testsuite result Check {$dir}/src/target/site/surefire-report.html file