https://github.com/testng-team/testng-team.github.io
TestNG documentation
https://github.com/testng-team/testng-team.github.io
java site test-framework testng
Last synced: 11 months ago
JSON representation
TestNG documentation
- Host: GitHub
- URL: https://github.com/testng-team/testng-team.github.io
- Owner: testng-team
- Created: 2016-02-04T14:14:36.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T04:40:07.000Z (about 1 year ago)
- Last Synced: 2025-06-17T05:29:21.732Z (about 1 year ago)
- Topics: java, site, test-framework, testng
- Language: HTML
- Homepage: https://testng.org
- Size: 3.95 MB
- Stars: 6
- Watchers: 4
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AsciiDoc for documentation
The TestNG documentation portal now makes use of [AsciiDoctor](https://docs.asciidoctor.org/) for managing documentation.
[Here's](https://www.vogella.com/tutorials/AsciiDoc/article.html) a very good tutorial that can be referred to quickly get acquainted with AsciiDoc syntax.
This repository makes use of the [AsciiDoc Maven plugin](https://docs.asciidoctor.org/maven-tools/latest/plugin/introduction/) for translating the `.adoc` files into `html` files.
## Contributing to the documentation
* You can now make changes to the existing `.adoc` files if you are enhancing the existing documentation. To learn how to work with `.adoc` files please refer to the tutorial link mentioned above.
* To view the documentation locally, you just need to run the maven command `./mvnw clean test-compile`. This command will generate the `html` files in the `target/html` directory.