From a03377e387c01d4c31952f94d9fe25950c1847f2 Mon Sep 17 00:00:00 2001 From: Vladimir Semenov Date: Tue, 20 Dec 2022 01:29:25 +0400 Subject: [PATCH] add allure to readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ced0b01c5..9a3a16c1c 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ newman.run({ "_postman_exported_at": "2016-10-17T14:31:26.200Z", "_postman_exported_using": "Postman/4.8.0" }, - globalVar: [ + globalVar: [ { "key":"glboalSecret", "value":"globalSecretValue" }, { "key":"globalAnotherSecret", "value":`${process.env.GLOBAL_ANOTHER_SECRET}`} ], @@ -367,7 +367,7 @@ newman.run({ "_postman_exported_at": "2016-10-17T14:26:34.940Z", "_postman_exported_using": "Postman/4.8.0" }, - envVar: [ + envVar: [ { "key":"secret", "value":"secretValue" }, { "key":"anotherSecret", "value":`${process.env.ANOTHER_SECRET}`} ], @@ -446,7 +446,7 @@ such a scenario. |-------------|-------------------| | `--reporter-cli-silent` | The CLI reporter is internally disabled and you see no output to terminal. | -| `--reporter-cli-show-timestamps` | This prints the local time for each request made. | +| `--reporter-cli-show-timestamps` | This prints the local time for each request made. | | `--reporter-cli-no-summary` | The statistical summary table is not shown. | | `--reporter-cli-no-failures` | This prevents the run failures from being separately printed. | | `--reporter-cli-no-assertions` | This turns off the output for request-wise assertions as they happen. | @@ -525,6 +525,8 @@ newman.run({ }, process.exit); ``` +- [allure](https://github.com/allure-framework/allure-js/tree/master/packages/newman-reporter-allure) - +This reporter allow to create fully-featured allure reports that can allow you to have easy to understand HTML reports with features like historical data, link tests to the JIRA and all other benefits of using [allure framework](https://qameta.io/allure-report/). - [htmlextra](https://github.com/DannyDainton/newman-reporter-htmlextra) - This is an updated version of the standard HTML reporter containing a more in-depth data output and a few helpful extras - [csv](https://github.com/matt-ball/newman-reporter-csv) -