Test repository with test case is created and executed in Cucumber Framework.
- Clone repository "test-parent-pom" (mandatory)
git clone git@github.com:ndviet/test-parent-pom.git
- Clone this test repository to the same directory
git clone git@github.com:ndviet/test-cucumber-framework.git
- Build source code in each repository following the order
- test-parent-pom
- test-cucumber-framework
- Run test cases in test repository
cd test-cucumber-framework
mvn clean verify -DskipTests=false -D"includes=@SearchFlights" -D"selenium.browser.type=chrome"
A sample project with entire repositories together for the test execution.