Skip to content

Commit

Permalink
fix broken link on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoder committed Jul 15, 2024
1 parent 99180ba commit 7bb9e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Markup Link Checker (mlc)
- name: Check broken links in documentation using Markup Link Checker (mlc)
uses: becheran/[email protected]
- name: Generate JaCoCo Badge
id: jacoco
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ That's it.

##### 1. Enable the listener(s)

In order to embed additional information on the customized TestNG XML report, we need to register the **XrayListener** listener. This can be done in [several ways](https://testng.org/doc/documentation-main.html#testng-listeners):
In order to embed additional information on the customized TestNG XML report, we need to register the **XrayListener** listener. This can be done in [several ways](https://testng.org/#_testng_listeners):

- it can be discovered automatically at runtime by the ServiceLoader based on the contents of a file (e.g `src/test/resources/META-INF/services/org.testng.ITestNGListener`); this is probably the easiest one.

Expand Down

0 comments on commit 7bb9e4e

Please sign in to comment.