Skip to content

Releases: TakvorN/api-testing-framework

Release list

v1.0.0

Choose a tag to compare

@TakvorN TakvorN released this 15 Jun 22:31

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