Getting Started¶ ↑
Installing gems¶ ↑
To install gems type:
bundle install
Drivers:¶ ↑
Install and include in PATH - chromedriver - phantomjs - internetExplorerDriver - Firefox Geckodriver
Install Webdriver Safari extension.
Run tests in DEV with Chrome¶ ↑
Type this in the tests folder:
bundle exec cucumber -p ci -p html -p headless -p dev
Run tests in DEV with headless¶ ↑
Type this in the tests folder:
bundle exec cucumber -p ci -p html -p headless -p dev
Run tests in HMG with Chrome¶ ↑
Type this in the tests folder:
bundle exec cucumber -p pretty -p html -p no_headless -p hmg
Run tests in HMG with headless¶ ↑
Type this in the tests folder:
bundle exec cucumber -p ci -p html -p headless -p hmg
Run with tags¶ ↑
Type this in the tests folder:
bundle exec cucumber --tags @run