Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This should be a "swagger" Api documenting the current state of the API.  You should be able to test services by using "guest" as the authToken parameter.


Step 10 - Integration test

Run the integration tests (only do this if you know what you're doing):

Code Block
mvn -DskipTests=false -Drun.config.test=/path/to/config-test.properties test

 

...