From 100ce6dc0d5a80f89929be426b3134b397a52efb Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 28 Aug 2023 14:21:58 -0700 Subject: [PATCH] Added examples link --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7e6693..5b2a3b5 100644 --- a/README.md +++ b/README.md @@ -38,15 +38,18 @@ public void test throws Exception { .execute(); } ``` + ``` ./bld compile test ``` +- [View Examples](https://github.com/rife2/bld-tetng/tree/master/examples] + Please check the [TestNgOperation documentation](https://rife2.github.io/bld-testng/rife/bld/extension/TestNgOperation.html#method-summary) for all available configuration options. ### TestNG Dependency -Don't forget to add a TestNG test dependency to your build file, as it is not provided by the extension. For example: +Don't forget to add a TestNG `test` dependency to your build file, as it is not provided by the extension. For example: ```java repositories = List.of(MAVEN_CENTRAL);