Skip to content

Version 0.1.1

Compare
Choose a tag to compare
@wasadigi wasadigi released this 23 Mar 09:38
· 21 commits to master since this release

Summary

This release does not introduce any functional change. It introduces BDD-style tests for the REST API implementation. Cucumber-JVM has been used in a separate Java project (also built with maven). This project uses the swagger .yaml specification to generate client stubs at every build.

Functionality

No change.

Build process

  • There is now a new Docker image that packages the executable specification
  • After starting the topology (as in the previous release), it is possible to run a container based on this image to execute the API tests
  • The test results are displayed on the console