Skip to content

Commit

Permalink
Merge pull request #24 from Xray-App/check_broken_links
Browse files Browse the repository at this point in the history
check broken links on local markdown files
  • Loading branch information
bitcoder authored Jul 15, 2024
2 parents 83c4504 + 7bb9e4e commit 1cc0312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
java-version: 17
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Check broken links in documentation using Markup Link Checker (mlc)
uses: becheran/[email protected]
- name: Generate JaCoCo Badge
id: jacoco
uses: cicirello/[email protected]

- name: Log coverage percentage
run: |
echo "coverage = ${{ steps.jacoco.outputs.coverage }}"
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 1cc0312

Please sign in to comment.