API test automation project built with pytest and requests.
The framework demonstrates an SDET-style approach to API testing, including:
- GET / POST / DELETE requests
- Token-based authentication
- JSON Schema contract validation
- Clean project structure and reusable API clients
Public Simple Books API is used for demonstration purposes.
Create .env file based on .env.example