##Java environment requirements The Java Runtime Environment version can be jre6-jre8. Install it and the equivalent jdk in the default location.
The project should be able to be run out-of-the-box. Import it into any IDE which can compile Java and run JUnit. Right click on the pom.xml file and select Run As>Maven Install If the option is not there, navigate a terminal into the technical-tests/java location and run: ./maven/bin/mvn install if you are on OSX
-
Unzip the bgl_tech_task.zip package
-
Open terminal , go to bgl_tech_test\java> and Run below command -
mvn integration-test -Pftest
-
This should run all the test case scenarios within the test suite.
-
You can also find a html report of all the tests in -
.\bgl_tech_test\java\target\site\cucumber-pretty\index.html