Karate test suite for Cats-as-a-service HTTP API.
- Java 8+ should be installed on your machine in order to run the test suite
- Have at least a look at Karate project documentation
The project uses gradle as build tool but it comes bundled in its wrapper so no need to have it installed in your machine
These are the steps needed to run the project in any Unix-based terminal.
The steps can be run equivalently with Windows machines replacing ./gradlew
by gradle
in each command.
- Clean old binaries & compile the project with:
./gradlew clean build
- Run Karate service test suite with:
You will be able to check the Cucumber reports generated
./gradlew test