A suite of FitNesse tests built with the RestFixture, to document the RestFixture.
LiveDoc is available for download from Maven Central smartrics-RestFixture-LiveDoc-4.0-documentation.zip
<dependency>
<groupId>smartrics.restfixture</groupId>
<artifactId>smartrics-RestFixture-LiveDoc</artifactId>
<version>${version}</version>
<classifier>documentation</classifier>
<type>zip</type>
</dependency>
Once downloaded, unzip the file and
- Slim tests are available in
smartrics-RestFixture-LiveDoc-4.0/livedocs/RestFixtureTests.html
- FIT tests are available in
smartrics-RestFixture-LiveDoc-4.0/livedocs/RestFixtureFitTests.html
Execute
mvn test
To run the tests and generate the following reports:
- Slim tests:
target/fitnesse-junit/RestFixtureTests.html
- FIT tests:
target/fitnesse-junit/RestFixtureFitTests.html
Execute
mvn package
to generate the distributable zip file.
Run with -DwithLatestFitnesse to execute the tests with the latest version of Fitnesse:
mvn test -DwithLatestFitnesse