Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 784 Bytes

File metadata and controls

29 lines (15 loc) · 784 Bytes

Automation Ruby Selenium

(Currently can only be run in Chrome and Mac OS)

There are 2 branch available

  1. Sandbox --> UI Automation on Sandbox-SSO

  2. Selenium Playground --> UI Automation on Selenium Playground

First Time Setup :

  1. bundle init

  2. bundle install

  3. Download chromedriver and put it on assets/driver/chromedriver, make sure the chromedriver you download match your current chrome browser version

Notes

If assset folder not exist, please create it and put on the root of the project

How To Run

Cucumber features --tag @your-tag features/gherkin_file/your-feature-name.feature --format html --out report.html

Current Scenario Available to Run

Please switch to each branch