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
- Host: GitHub
- URL: https://github.com/qam1s/test-lab
- Owner: qam1s
- License: mit
- Created: 2026-03-23T14:27:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T13:57:23.000Z (3 months ago)
- Last Synced: 2026-03-25T12:17:56.863Z (3 months ago)
- Topics: fastapi, httpx, mit, playwright, pytest, python, uv, uvicorn
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧪 Test Lab








> ### "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