What problem does it solve?
Zero Script QA enables verification of features through structured logs and real-time Docker monitoring, without writing test scripts.
This approach helps teams validate behavior by analyzing log streams and observing system activity during manual tests or exploratory QA.
Core Features & Use Cases
- Structured Logging: Enforces JSON-formatted logs with consistent fields for end-to-end traceability.
- Real-time Monitoring: Leverages Docker log streams for immediate visibility into feature behavior.
- Log-driven Validation: Enables feature verification via log analysis rather than scripted tests.
- Use Case: When you need quick, evidence-backed verification of a feature in a live environment without writing tests.
Quick Start
Start the QA workflow in a Docker-based environment, then monitor logs while performing the feature under test.
- Start environment: docker compose up -d
- Stream logs: docker compose logs -f