What is Auretis?
AI-powered end-to-end web testing. Write tests in plain language and run them on a real browser, so you catch regressions before your users do.
Tests that read like plain English. When your UI shifts, they re-resolve on their own, so a run fails only when behavior breaks.
- No selectors
- No flaky tests
- Real browsers
- Task
Add the "Aurora Mug" to the cart
- Locate→ #0
Email field
- Act#0
Fill the email field with the test address
- Assert
"Order confirmed" is visible
Auretis is an end-to-end web testing tool that works the way a person would. You write what a user should be able to do, in plain English, and the agent drives a real browser to check it.
There's nothing brittle to maintain: no CSS selectors, no test code. The agent re-reads the page on every run, so a redesign won't break your tests. A run fails only when the behavior changed, and you get a screenshot and a reason you can act on.
The mental model
Everything in Auretis nests into a single hierarchy. Learn it and the rest of the product follows.
Projects
The top-level container for an application under test.
Regressions
A group of test suites inside a project, run together as one.
Test Suites
Groups of related test cases, with the URL the agent starts from.
Test Cases
One scenario, as a plain-language task or as ordered steps and assertions.
Steps
The individual actions and checks the browser agent performs.
Executions
One run of a case, suite, or regression, with its status, timing, and screenshots.
Three concepts cut across the hierarchy. Tags organize and filter your tests. Secrets let a test use confidential values by placeholder, so the real value is injected in the browser at run time and never reaches the AI model. Schedules run a regression automatically on a recurring cadence.