Added examples link
This commit is contained in:
parent
f92ab27463
commit
100ce6dc0d
1 changed files with 4 additions and 1 deletions
|
@ -38,15 +38,18 @@ public void test throws Exception {
|
||||||
.execute();
|
.execute();
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
./bld compile test
|
./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.
|
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
|
### 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
|
```java
|
||||||
repositories = List.of(MAVEN_CENTRAL);
|
repositories = List.of(MAVEN_CENTRAL);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue