Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 537 Bytes

File metadata and controls

36 lines (26 loc) · 537 Bytes

Pytest API Automation Framework

Overview

This project is a scalable API automation framework built using Python, pytest, and requests. It includes reusable API clients, structured test cases, and authentication handling.

Tech Stack

  • Python
  • pytest
  • requests

Project Structure

tests/
utils/
config/
data/
conftest.py

Features

  • CRUD API test coverage
  • Parameterized tests
  • Fixtures for reusable setup
  • API key authentication
  • Negative testing
  • Structured validations

Run Tests

pytest -v