AegisRunner is an advanced cloud-based platform utilizing AI for autonomous regression testing specifically designed for web applications. By integrating a smart web crawler with AI-driven test generation, it completely removes the need for manual test creation.
The platform operates with a simple input of a URL and autonomously performs several robust functions:
It uses a headless Chromium browser (Playwright) to thoroughly crawl the entire web application, identifying every page, interactive component, form, modal, dropdown, accordion, carousel, and any dynamic states present.
Furthermore, AegisRunner constructs a state graph of the application, representing each unique DOM state as a node and each user interaction—such as clicking, hovering, scrolling, submitting forms, and pagination—as a connecting edge.
Using the crawl data, it employs AI to generate comprehensive Playwright test suites (compatible with OpenRouter, OpenAI, and Anthropic models), eliminating the need for any manual test writing.
After generating the tests, it runs them and provides a detailed report on pass/fail results, including in-depth reports for each test case, accompanied by screenshots and traces.
Remarkably, it boasts a 92.5% pass rate across over 25,000 automatically generated tests, showcasing its effectiveness and reliability in streamlining the testing process for developers and organizations alike.