Skip to content

testng-team/testng-team.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsciiDoc for documentation

The TestNG documentation portal now makes use of AsciiDoctor for managing documentation.

Here's a very good tutorial that can be referred to quickly get acquainted with AsciiDoc syntax.

This repository makes use of the AsciiDoc Maven plugin 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.