Skip to content

Commit 89eaafe

Browse files
d4tr3s14claude
andcommitted
docs(readme): add badges and cross-link to data-quality-framework
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent d928649 commit 89eaafe

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# API Testing Framework
22

3+
[![CI](https://github.com/d4tr3s14/api-testing-framework/actions/workflows/ci.yml/badge.svg)](https://github.com/d4tr3s14/api-testing-framework/actions/workflows/ci.yml)
4+
![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)
5+
![pytest](https://img.shields.io/badge/tested%20with-pytest-0a9edc.svg)
6+
![Contract testing](https://img.shields.io/badge/contracts-JSON%20Schema-6f42c1.svg)
7+
![Reporting](https://img.shields.io/badge/reporting-Allure-orange.svg)
8+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
9+
310
A **professional REST API testing framework** built with `pytest` + `requests`,
411
covering functional, security, boundary, and **contract (JSON Schema)** testing,
512
with **Allure** reporting and CI.
@@ -145,6 +152,15 @@ api-testing-framework/
145152
- **FastAPI** + **uvicorn** (self-contained system under test)
146153
- **Allure** (reporting), **GitHub Actions** (CI)
147154

155+
## Related project
156+
157+
This framework validates the fictional **"Veridian"** platform at the
158+
**API layer**. Its companion,
159+
[**data-quality-framework**](https://github.com/d4tr3s14/data-quality-framework),
160+
validates the same platform at the **data/warehouse layer** (BDD data-quality
161+
and on-premise → cloud migration testing with behave + BigQuery/DuckDB).
162+
Together they demonstrate end-to-end quality coverage.
163+
148164
## Notes
149165

150166
- All data and entities are **fictional and synthetic** — no real or proprietary

0 commit comments

Comments
 (0)