Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 493 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 493 Bytes

jbehave-agent-sample

Required:

Install Google Chrome before running the tests of this project.

Run sample with Web Driver (chrome driver)

  • Download Chrome driver compatible with Chrome browser version at https://sites.google.com/a/chromium.org/chromedriver/downloads. Highly recommended to use latest Chrome browser as well Web driver.
  • Edit Web driver path in SimpleSearchStep.java to location of Chrome Driver (step #1)
  • Open terminal, execute command: $mvn clean integration-test