For the time being, we cover basic user flows which happen inside a browser window. We don’t test canvas or multi-user applications yet.We will add building blocks which allow for more demanding scenarios over time, like e-mail or mobile phone based flows, multi-user setups or the inclusion of external apps.
We are using our AI agents for finding test cases and for generating test steps. We’ll generate an interaction chain of the test case in an intermediate representation. We’ll then generate a corresponding Playwright code on the fly and execute on a manual trigger, a schedule or against your pull request.We generate tests on sign-up, when we autogenerate 3 initial test cases and when you ask our AI agents to generate more tests.
This feature is under active development and not publicly accessible yet. We will follow a playbook to find out if a test failure is caused by a behavioral change of your user flows, the test code itself or a bug in your code.In case of a behavioral change, we pinpoint the failing interaction. We apply machine learning to find out what’s the new desired interaction to achieve the original goal of the test case.
The interaction chain of this test case will be adjusted permanently to the new behavior as a result.
Yes. Apart from GitHub we do offer a native integration for Azure DevOps and API based integrations for Vercel and Jenkins. For all other build pipelines you can script your own test trigger so that our test suite is triggered whenever you run a pull request.
Lean more about our CI integration options.Unfortunately, we won’t be able to comment back into your pipeline. Instead, you’ll be able to receive the test results through our app.
You can also run us programmatically without using a CI, schedule regular test runs or trigger test runs manually.
11. What is the User-agent string of your test agent?
The User-agent string of our test agent starts with “octomind” and then continues with a current Chrome User-Agent string.Example: octomind Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.6312.4 Safari/537.36