Self-Developed

Projects

Tools and frameworks built to solve real test infrastructure and backend resilience problems.

pytest-api-core

Self project — a reusable pytest plugin for API automation, published on PyPI. Provides fluent response assertions, pluggable auth strategies (Bearer/Basic/API Key/OAuth2), environment-aware configuration, and a self-contained HTML report, so teams can drop in API test automation without rebuilding the same scaffolding each time.

PythonpytestrequestsPyPI Package

Reporting Server

Self project — a centralized test reporting platform: a FastAPI backend (JWT auth, SQLAlchemy, S3/MinIO-backed artifact storage with presigned URLs) paired with a React + Vite dashboard for browsing test runs, drilling into reports, and visualizing trends across CI pipelines.

FastAPIPythonSQLAlchemyReactViteTanStack QueryRechartsTailwind CSS