Overview
Vision is a test management system designed from the ground up for teams that take automation seriously. Unlike legacy tools that treat automation as an afterthought, Vision integrates directly with your CI/CD pipelines and presents test results in a meaningful, actionable way.
Key Features
- Automated result ingestion — push results from Playwright, JUnit, xUnit, or any JUnit XML-compatible runner
- Test case management — organise, tag, and link test cases to requirements
- Trend analysis — track test stability, flakiness rates, and failure patterns over time
- CI/CD integration — Azure DevOps extension, GitHub Actions support
- Team dashboards — real-time visibility into test health across projects
Architecture
Vision is built as a monorepo with a .NET 8 API backend and a Next.js frontend, deployed as Docker containers on a VPS with Nginx as a reverse proxy.
The data model is centred around test runs, test cases, and results. Results are ingested via a REST API that accepts standard JUnit XML, making integration trivial.
Getting Started
Access the live demo at vision.sundreamsoftware.pl ↗ to explore the interface. For self-hosted deployment, contact us for documentation.