Skip to content

Commit

Permalink
Modify the sample description
Browse files Browse the repository at this point in the history
Point the samples to template folders and add intructions to initialize the templates.
  • Loading branch information
zabil authored Oct 17, 2017
1 parent 0759ce8 commit 12ec3a1
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,28 @@ JavaScript Runner for [Gauge](http://www.getgauge.io).

## Demos and examples

- [Gauge JS](examples)
- [Gauge Puppeteer](https://github.com/getgauge/gauge-repository/tree/master/templates/js_puppeteer) Run `gauge init js_puppeteer` to use this template
- [Gauge WebDriver](https://github.com/getgauge/gauge-repository/tree/master/templates/js_webdriver) Run `gauge init js_webdriver` to use this template
### Plain Javascript

Run the following command to create a [sample](https://github.com/getgauge/gauge-repository/tree/master/templates/js) gauge template

```
$ gauge init js
```

### Puppeteer

Run the following command to create a [sample](https://github.com/getgauge/gauge-repository/tree/master/templates/js_puppeteer) [Puppeteer](https://github.com/GoogleChrome/puppeteer) template

```
$ gauge init js_puppeteer
```

### WebDriver

Run the following command to create a [sample](https://github.com/getgauge/gauge-repository/tree/master/templates/js_webdriver) [WebDriver](https://webdriver.io) template
```
$ gauge init js_webdriver
```

---

Expand Down

0 comments on commit 12ec3a1

Please sign in to comment.