- English: see README.en.md
- Русский: см. README.ru.md
This repository contains a production-ready split architecture:
frontend(Vue 3 + Vite + Nginx)backend(FastAPI)storage(runtime data: reports and history files, ignored by git)
This is an independent product for storing, browsing, and analyzing test reports generated by Allure Report, including reports produced in the allure-framework/allure3 ecosystem.
Backend service code uses the internal package app/services/reporting for report/history domain logic.
For API docs (Swagger/OpenAPI), run the backend and open:
/docs(Swagger UI)/redoc(ReDoc)/openapi.json(OpenAPI spec)