https://github.com/xpinjection/library-system-tests
System API tests for the Library system
https://github.com/xpinjection/library-system-tests
Last synced: 10 months ago
JSON representation
System API tests for the Library system
- Host: GitHub
- URL: https://github.com/xpinjection/library-system-tests
- Owner: xpinjection
- Created: 2022-07-01T12:08:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T18:21:30.000Z (about 3 years ago)
- Last Synced: 2025-01-26T17:34:56.999Z (12 months ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library system tests
System API tests for the Library system.
## Features
Following features are implemented in this example:
- Spring Boot as the core testing framework.
- Flexible externalized configuration for all environments.
- Test data DB integration with Spring Data JPA and Flyway.
- Local DB integration with TestContainers.
- Test data registry pattern.
- Declarative API client with OpenFeign.
- Generic RestAssured HTTP client.
- JSON logs format for centralized logging.
- Distributed tracing integration.
- Full-featured Allure reporting.
- Containerized approach to execute system tests anywhere.
- K8S integration with configured jobs.