Skip to content

smartrics/RestFixtureLiveDoc

Repository files navigation

RestFixture Live Documentation

Master Branch Build Status: Master branch build status

A suite of FitNesse tests built with the RestFixture, to document the RestFixture.

Download LiveDoc

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

Build LiveDoc

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

How to use RestFixture Live Documentation