Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 957 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 957 Bytes

Introduction

Test repository with test case is created and executed in Cucumber Framework.

List dependency repositories

  1. test-parent-pom
  2. test-automation-fwk

Source code usage

  1. Clone repository "test-parent-pom" (mandatory)
git clone [email protected]:ndviet/test-parent-pom.git
  1. Clone this test repository to the same directory
git clone [email protected]:ndviet/test-cucumber-framework.git
  1. Build source code in each repository following the order
  • test-parent-pom
  • test-cucumber-framework
  1. Run test cases in test repository
cd test-cucumber-framework
mvn clean verify -DskipTests=false -D"includes=@SearchFlights" -D"selenium.browser.type=chrome"

Reference

A sample project with entire repositories together for the test execution.