If you are interested in how we make the tests work, this is your place.
interactions
- is required.
Our AI agents mimic human users (i.e., clicks input fields, signs up for newsletter) to navigate apps, interpret app intent, and identify all relevant user flows. We are recording and storing the interaction chain of a test case in an intermediate representation.
Use of AI agents and Playwright in Octomind end-to-end tests
Debugtopus interaction diagram
measure | status |
---|---|
Active interaction timing to handle varying response times | work in progress |
Smart learning based retries to understand flakiness level | open |
AI based analysis of unexpected circumstances to handle temporary pop-ups, toasts and similar stuff which would otherwise break the test | open |
AI based regeneration in case of permanent user flow changes | open |
Coding rules and best practices of how to write tests in a way to avoid common pitfalls. | work in progress |