Releases: TakvorN/api-testing-framework
Releases · TakvorN/api-testing-framework
Release list
v1.0.0
Initial portfolio-ready release of the API Testing Framework.
Highlights:
- Reusable API client built on requests.Session
- Multiple API targets: JSONPlaceholder and Restful Booker
- CRUD-oriented API tests with pytest
- Pytest fixtures and fixture dependency chaining
- JSON schema validation with jsonschema
- Authentication token fixture and custom header support
- Positive and negative authentication tests for protected endpoints
- GitHub Actions CI workflow with passing test suite