Getting Started

Installing gems

To install gems type:

bundle install

Run tests in DEV

Type this in the tests folder:

bundle exec cucumber

Run tests in HMG

Type this in the tests folder:

bundle exec cucumber -p json -p hmg

HTML Report

Type this in the tests folder:

bundle exec cucumber -p html -p hmg

Json Report

Type this in the tests folder:

bundle exec cucumber -p json -p hmg

Run with tags

Type this in the tests folder:

bundle exec cucumber --tags @run