/springboot-cucumber-wiremock-example

Example solution to use cucumber and wiremock in a SpringBoot environment

Primary LanguageJavaApache License 2.0Apache-2.0

Why this repository

This solution shows how a combination of Cucumber and WireMock could work in a SpringBoot environment.

Build and run test

Build

$ ./mvnw clean compile

Run tests

$ ./mvnw clean test

Build package

$ ./mvnw clean package

License

This solution is released under the Apache 2.0 License. Please see the LICENSE file for more information.

Links

Further links