Sha256: 63572e42dea5ad48d90522dea980ad596473234a7750413f573c9fb6b7cdf5a3

Contents?: true

Size: 1.21 KB

Versions: 9

Compression:

Stored size: 1.21 KB

Contents

## Getting Started ##



### Installing gems ###
To install gems type:
```shell
bundle install
```

### Drivers: ###
Install and include in PATH
- [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/)
- [phantomjs](http://phantomjs.org/)
- [internetExplorerDriver](http://www.seleniumhq.org/download/)
- [Firefox Geckodriver](https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver)

Install [Webdriver Safari extension](http://selenium-release.storage.googleapis.com/2.48/SafariDriver.safariextz).


### Run tests in DEV with Chrome###
Type this in the tests folder:
```shell
bundle exec cucumber  -p ci -p html -p headless -p dev
```

### Run tests in DEV with headless###
Type this in the tests folder:
```shell
bundle exec cucumber  -p ci -p html -p headless -p dev
```

### Run tests in HMG with Chrome###
Type this in the tests folder:
```shell
bundle exec cucumber -p pretty -p html -p no_headless -p hmg
```

### Run tests in HMG with headless###
Type this in the tests folder:
```shell
bundle exec cucumber -p ci -p html -p headless -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/SkeletonWeb/README.md
SaudeiD-0.2.4 lib/SkeletonWeb/README.md
SaudeiD-0.2.2 lib/SkeletonWeb/README.md
SaudeiD-0.2.0 lib/SkeletonWeb/README.md
GeneSaudeId-0.1.4 lib/SkeletonWeb/README.md
GeneSaudeId-0.1.3 lib/SkeletonWeb/README.md
GeneSaudeId-0.1.2 lib/SkeletonWeb/README.md
GeneSaudeId-0.1.1 lib/SkeletonWeb/README.md
GeneSaudeId-0.1.0 lib/SkeletonWeb/README.md