An open API service indexing awesome lists of open source software.

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

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:
![alt text](image.png)

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):
![alt text](image-1.png)