Skip to content

arcones/cats-service-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cats service tests

Karate test suite for Cats-as-a-service HTTP API.

Prerequisites

  • 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

Execution

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.

  1. Clean old binaries & compile the project with:
    ./gradlew clean build
  2. Run Karate service test suite with:
    ./gradlew test
    You will be able to check the Cucumber reports generated

About

Karate test suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published