Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Commit

Permalink
Updating read me file
Browse files Browse the repository at this point in the history
  • Loading branch information
manupsunny committed Dec 11, 2015
1 parent dcd6101 commit ac84c7e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Readme.md
Expand Up @@ -54,22 +54,26 @@ gauge {

### Executing specs using gradle
To execute gauge specs,

````
gradle gauge
````

#### Execute specs in parallel
```
gradle gauge -PspecsDir=specs -PinParallel=true
gradle gauge -PinParallel=true -PspecsDir=specs
```
#### Execute specs by tags
```
gradle gauge -PspecsDir=specs -Ptags="!in-progress"
gradle gauge -Ptags="!in-progress" -PspecsDir=specs
```
#### Specifying execution environment
```
gradle gauge -PspecsDir=specs -Penv="dev"
gradle gauge -Penv="dev" -PspecsDir=specs
```

Note : Pass specsDir parameter as the last one.

### All additional Properties
The following plugin properties can be additionally set:

Expand Down

0 comments on commit ac84c7e

Please sign in to comment.