Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 738 Bytes

File metadata and controls

14 lines (14 loc) · 738 Bytes

Pre-requisites

Setting up selenium-cucumber-java

  • Install Java and set path.
  • Install Maven and set path.
  • Change the path of the webdriver in RunCucumberTest.java
  • Webdriver should match chromium version

Running features

  • Goto project directory.
  • Use "mvn test" command to run features.
  • Use "mvn install" if the "generated-report" won't appear
  • Use "mvn clean" to delete the generated files (screenshots included)
  • Now Write your own tests in feature file using Predefined Steps .