From e7a4dac106100b66a15214411070aaef4bbfd2f4 Mon Sep 17 00:00:00 2001 From: BugDiver Date: Mon, 14 May 2018 17:10:51 +0530 Subject: [PATCH 1/2] removed snap badge. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1cc9308..3cc39b8 100644 --- a/README.md +++ b/README.md @@ -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/) From 6904cc2b7f0cf4a5bceff3252d07f9950007bbc2 Mon Sep 17 00:00:00 2001 From: BugDiver Date: Mon, 14 May 2018 17:13:14 +0530 Subject: [PATCH 2/2] update gauge commands. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3cc39b8..92cb00d 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,18 @@ 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 +gauge install json-report --file ``` ### Usage @@ -28,7 +28,7 @@ gauge --install json-report --file 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.