Skip to content

Skyalternative/RestTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  1. Java 8 installed link
  2. Docker installed link
  3. Maven installed (optional) link

Rest tests

  1. Clone github project (full instructions)
    git clone git@github.com:microservices-demo/microservices-demo.git
  2. Run docker compose
    docker-compose -f deploy/docker-compose/docker-compose.yml up -d
  3. Run tests
    ./mvnw test

Info

Tests configuration can be defined in config.properties. Tests itself is in directory. In general, tests are orchestrated through ApiHandler, it is easily extendable. API definitions and POJOs is in api directory.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages