Sha256: 34a30680a6cc8aa0fd44907a2131108f7492b57adad0bf6ae177f70006ed545f

Contents?: true

Size: 627 Bytes

Versions: 9

Compression:

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

9 entries across 9 versions & 2 rubygems

Version Path
SaudeiD-0.2.5 lib/SkeletonApi/README.md
SaudeiD-0.2.4 lib/SkeletonApi/README.md
SaudeiD-0.2.2 lib/SkeletonApi/README.md
SaudeiD-0.2.0 lib/SkeletonApi/README.md
GeneSaudeId-0.1.4 lib/SkeletonApi/README.md
GeneSaudeId-0.1.3 lib/SkeletonApi/README.md
GeneSaudeId-0.1.2 lib/SkeletonApi/README.md
GeneSaudeId-0.1.1 lib/SkeletonApi/README.md
GeneSaudeId-0.1.0 lib/SkeletonApi/README.md