Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 444 Bytes

Practice API testing

You can copy and reuse code MIT License

Run tests

  1. docker-compose up -d
  2. mvn clean test
  3. docker-compose down -v

Debug tests

  1. docker-compose up -d
  2. Open any test in your favorite IDE
  3. Trigger or debug opened test
  4. docker-compose down -v