Skip to content

pishchalnikov/api-tests-kotlin

Repository files navigation

api-tests-kotlin

CircleCI

Examples for API Testing with Kotlin

Requirements:

  • OpenJDK
  • gradle

Build tests:

$ ./gradlew build

Run tests:

$ ./gradlew test

Run tests in Docker:

$ docker build --tag api-tests-kotlin .
$ docker run api-tests-kotlin