An open API service indexing awesome lists of open source software.

https://github.com/qam1s/test-lab

Sandbox for exploring various tools and types of testing
https://github.com/qam1s/test-lab

fastapi httpx mit playwright pytest python uv uvicorn

Last synced: 3 months ago
JSON representation

Sandbox for exploring various tools and types of testing

Awesome Lists containing this project

README

          

# 🧪 Test Lab

![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
![FastAPI](https://img.shields.io/badge/FastAPI-009688?style=for-the-badge&logo=fastapi&logoColor=white)
![Playwright](https://img.shields.io/badge/Playwright-2EAD33?style=for-the-badge&logo=playwright&logoColor=white)
![HTTPX](https://img.shields.io/badge/HTTPX-5A29E4?style=for-the-badge&logo=python&logoColor=white)
![Pytest](https://img.shields.io/badge/Pytest-0A9EDC?style=for-the-badge&logo=pytest&logoColor=white)
![uv](https://img.shields.io/badge/uv-FF6A33?style=for-the-badge&logo=python&logoColor=white)
![Uvicorn](https://img.shields.io/badge/Uvicorn-4EAAAF?style=for-the-badge&logo=uvicorn&logoColor=white)
![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge)

> ### "Environment where software meets quality"

Technology Stack

| **Category** | **Technology** |
|----------|--------------|
| Backend | FastAPI |
| E2E Framework | Playwright |
| HTTP Client | HTTPX |
| Testing Framework | Pytest |
| Package Management | uv |

Run tests

```bash
./run_tests.sh
```

License

This project is licensed under the MIT License - see the LICENSE file for details