Skip to content

A sample MarsAir project with test case is created and executed by using TestNG, Cucumber, Selenium

Notifications You must be signed in to change notification settings

NDViet/test-cucumber-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A sample MarsAir project with test case is created and executed by using TestNG, Cucumber, Selenium

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published