Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 593 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 593 Bytes

selenium-cucumber

Ryanair booking test with Java, Selenium and Cucumber

requirements

  • java 1.8
  • maven
  • chrome or safari web driver

how to build and run

to run with chromedriver

mvn clean test -Dchrome.driver.path=path/to/chrome/driver

to run with safaridriver

mvn clean test -Dsafari.driver.path=path/to/safari/driver

to run with embedded chromedriver (Windows)

mvn clean test

for more please check setUpDriver in com.ryanair.BaseTest