Sha256: 9b0faf4713796c655c761c9b9533ade8a39c256cfcbf0713f7f984976f29ebd7

Contents?: true

Size: 592 Bytes

Versions: 7

Compression:

Stored size: 592 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

7 entries across 7 versions & 1 rubygems

Version Path
rubygene-0.4.0 lib/SkeletonMobile/README.md
rubygene-0.3.4 lib/SkeletonMobile/README.md
rubygene-0.3.3 lib/SkeletonMobile/README.md
rubygene-0.3.1 lib/SkeletonMobile/README.md
rubygene-0.3.0 lib/SkeletonMobile/README.md
rubygene-0.2.0 lib/SkeletonMobile/README.md
rubygene-0.1.0 lib/SkeletonMobile/README.md