Files
spring-restdocs-samples/testng
Andy Wilkinson 0ed0d74c7b Add TestNG sample
2022-07-26 11:26:44 +01:00
..
2022-07-26 11:26:44 +01:00
2022-07-26 11:26:44 +01:00
2022-07-26 11:26:44 +01:00
2022-07-26 11:26:44 +01:00
2022-07-26 11:26:44 +01:00
2022-07-26 11:26:44 +01:00
2022-07-26 11:26:44 +01:00
2022-07-26 11:26:44 +01:00

REST Assured Sample

A basic application that demonstrates using Spring REST Docs with TestNG.

Building and Running the Sample

You will need Java 17 to build and run the sample. It is build using Gradle:

./gradlew build

As part of the build, a file named build/docs/asciidoc/index.html is created. It is produced using Asciidoctor and includes snippets generated by the sample's tests using Spring REST Docs.