From 3c09a5ab96bf2435a948fb6222fc057f1863deb9 Mon Sep 17 00:00:00 2001 From: Pratik Mane <153143167+PratikMane0112@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:08:15 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 775b73b8..7037f1b4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TestNG Plugin -This plugin allows you to publish [TestNG](https://testng.org/doc/) test results generated +This plugin allows you to publish [TestNG](https://testng.org/#_testng_documentation) test results generated using `org.testng.reporters.XMLReporter`. TestNG result xml file contains more information than the junit report xml file . This plugin exposes the extra information in graph and table reports.