- No specific gradle task to kill wire mock
- Probably others... :D
Drop me an email, sherbhachu@googlemail.com for any comments, suggestions, etc.
After cloning this repo...
- cd into
this/projects/directory/kotlin-restassured-tests/wiremock
- Start wiremock...
java -jar wiremock-standalone-2.19.0.jar --port 8888
OR...
Start wiremock via gradle ./gradlew startMockServer
Check server is up...
Visit this URL in your browser http://localhost:8888/greeting
In your IDE of choice (I use IntelliJ CE, go into src/test/java and run the test(s).
OR...
Run the tests via gradle ./gradlew test
Reports can be found in kotlin-restassured-tests/build/reports/tests/test/classes/SomeTestClass.html