What problem does it solve?
Zero Script QA eliminates the need to write and maintain E2E test scripts by using structured JSON logs and real-time monitoring to detect functional regressions, performance anomalies, and error patterns during development and staging.
Core Features & Use Cases
- Structured JSON logging: Enforces consistent log shape (timestamp, level, service, request_id, message, data) for reliable parsing and analysis.
- Request ID propagation: Tracks a single request across gateway, backend, and frontend to trace failures and performance bottlenecks.
- Real-time Docker log streaming: Uses docker compose log streams to enable live monitoring and immediate detection of errors and slow responses.
- AI-assisted analysis and documentation: Integrates an AI monitor to analyze log streams, detect patterns (errors, slow responses, consecutive failures), and auto-generate QA issue reports.
- Use case: Run manual UX tests while the system auto-detects backend/frontend errors, documents request IDs, and creates actionable bug reports.
Quick Start
Start your Docker compose environment, stream service logs, and let the AI monitor analyze logs in real time to detect and document issues.