From 66a44df9bab913967c73eb4c3c1979ee290d9f0e Mon Sep 17 00:00:00 2001 From: Ajeet Dhaliwal Date: Sun, 19 Nov 2023 19:24:36 +0000 Subject: [PATCH] Documentation update to add community reporter --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9de58adc2..9dbe203aa 100644 --- a/README.md +++ b/README.md @@ -539,6 +539,8 @@ This reporter can be used to send the Collection run data to `statsd` and used o Confluence reporter for Newman that uploads a Newman report on a Confluence page - [influxdb](https://github.com/vs4vijay/newman-reporter-influxdb) - This reporter sends the test results information to InfluxDB which can be used from [Grafana](https://grafana.com/) to build dashboards +- [tesults](https://github.com/tesults/newman-reporter-tesults) - +A reporter that transmits test results data to [Tesults](https://www.tesults.com) for test automation reporting, analysis and test case management ### Creating Your Own Reporter A custom reporter is a Node module with a name of the form `newman-reporter-`. To create a custom reporter: