Skip to content

Commit

Permalink
Merge pull request #2 from BugDiver/master
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
apoorvam authored May 22, 2018
2 parents f951c37 + 6904cc2 commit ad698b9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
json-report
===========
[![Build Status](https://app.snap-ci.com/apoorvam/json-report/branch/master/build_image)](https://app.snap-ci.com/apoorvam/json-report/branch/master)

JSON reporting plugin for [Gauge](http://getgauge.io) as per [JSON Schema](https://apoorvam.github.io/json-report/)

Expand All @@ -10,26 +9,26 @@ Installation
### Install through Gauge

```
gauge --install json-report
gauge install json-report
```
Installing specific version:

```
gauge --install json-report --plugin-version 0.1.0
gauge install json-report --version 0.1.0
```

### Offline installation
* Download the plugin from [Releases](https://github.com/apoorvam/json-report/releases)
```
gauge --install json-report --file <path_to_plugin_zip_file>
gauge install json-report --file <path_to_plugin_zip_file>
```

### Usage

Add this plugin to your Gauge project by registering it in `manifest.json` file. You can also do this by:

```
gauge --add-plugin json-report
gauge install json-report
```

By default, reports are generated in `reports/json-report` directory of your Gauge project. You can set a custom location by setting the below mentioned property in `default.properties` file of `env/default` directory.
Expand Down

0 comments on commit ad698b9

Please sign in to comment.