https://github.com/anazalu/user-test
https://github.com/anazalu/user-test
docker-compose rest-assured spring-boot
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anazalu/user-test
- Owner: anazalu
- Created: 2025-03-02T15:05:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T17:19:49.000Z (7 months ago)
- Last Synced: 2025-03-02T17:29:45.822Z (7 months ago)
- Topics: docker-compose, rest-assured, spring-boot
- Language: Java
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The testing framework contains its own REST API implementation.
To run the tests against my REST API (in the 'api' Docker container):
```
docker-compose up --build
```To run the tests against your REST API (at localhost:8080/api):
```
API_BASE_URL=http://host.docker.internal:8080/api docker-compose up --build
```Test run results:
Different types of error messages could also be validated, but this has not been implemented in the current version of automated tests (only status codes are tested for all these cases at the moment):
