Skip to content

Commit

Permalink
Fix TestNG web site URL
Browse files Browse the repository at this point in the history
http://www.testng.org does not work anymore. Changed to https://testng.org
  • Loading branch information
sabi0 authored and slachiewicz committed Aug 31, 2023
1 parent 5aea5e2 commit 2966964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Using TestNG
</plugins>
+---+

For more information on TestNG, see the {{{http://www.testng.org}TestNG web site}}.
For more information on TestNG, see the {{{https://testng.org}TestNG web site}}.

You can implement TestNG listener interface <<<org.testng.ITestListener>>> in
a separate test artifact <<<your-testng-listener-artifact>>> with scope=test, or in project test source code
Expand Down

0 comments on commit 2966964

Please sign in to comment.