-
Sandbox --> UI Automation on Sandbox-SSO
-
Selenium Playground --> UI Automation on Selenium Playground
First Time Setup :
-
bundle init
-
bundle install
-
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