From 6577089f7dbbe578f6b8bff047e06baa88cd0c7e Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Mon, 24 Jan 2022 11:10:50 +0500 Subject: [PATCH] Update README.md added link back to article: Running a TestNG Project From the Command Line [skip ci] --- testing-modules/testng_command_line/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing-modules/testng_command_line/README.md b/testing-modules/testng_command_line/README.md index 881477f036..74cdafdbc6 100644 --- a/testing-modules/testng_command_line/README.md +++ b/testing-modules/testng_command_line/README.md @@ -1 +1,3 @@ ### Relevant articles + +- [Running a TestNG Project From the Command Line](https://www.baeldung.com/testng-run-command-line)