Sha256: 3ac1de435af2c825ad665e17953a150a43e273b04b19ac1820add3eec73b939c
Contents?: true
Size: 591 Bytes
Versions: 15
Compression:
Stored size: 591 Bytes
Contents
## Getting Started ## ### Installing gems ### To install gems type: ```shell bundle install ``` ### Run tests in DEV### Type this in the tests folder: ```shell bundle exec cucumber ``` ### Run tests in HMG ### Type this in the tests folder: ```shell bundle exec cucumber -p json -p hmg ``` ### HTML Report### Type this in the tests folder: ```shell bundle exec cucumber -p html -p hmg ``` ### Json Report### Type this in the tests folder: ```shell bundle exec cucumber -p json -p hmg ``` ### Run with tags### Type this in the tests folder: ```shell bundle exec cucumber --tags @run ```
Version data entries
15 entries across 15 versions & 2 rubygems