Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 336 Bytes

File metadata and controls

27 lines (21 loc) · 336 Bytes

swapi.dev

A few tests for The Star Wars API.

Technologies

  • Kotlin
  • Maven
  • JUnit
  • Gson
  • REST Assured

How to run tests

You should have JVM on your machine

  • Download project
  • Using terminal/CMD go to project folder
  • Execute:

Unix-like:

./mvnw test

Windows:

mvnw test