Hey! We host and run AI-generated end-to-end tests in standard Playwright code in the cloud. You'll just give us a URL and we will auto-generate, host and run your end-to-end test suite. We work on both staging and production, as long as we can access the website.
Whether you want to make sure you didn't break a new build or use the e2e test for synthetic monitoring, we offer a fast and easy way to QA your web app.
If a test goes red, we alert you and pinpoint the bug in screenshots. You can go to Playwright Trace Viewer for more details and use our open source Debugtopus for local debugging.
- Free hosting, unlimited test runs
- Unlimited projects/ URLs
- Tests are run in parallel, so your test suite will complete in 20 minutes or less, regardless of size
- You can plug us into your CI/CD or schedule test runs in our app
- Octomind can run next to your existing test suite, no need swap any existing tech stack
- You can download the vanilla Playwright code to run your tests locally
-
thinking about what tests you need to write >>> It goes through your app, checks what tests would make sense and auto-generates them. If it sees cookie or required login test, it autogenerates them and populates them as dependency for other tests.
-
writing tests >>> Beyond fully auto-generated test created by the "AI discovery" run at the set-up of your test suite, the AI agent generates test steps automatically based on a prompt when adding a new test. In case you prefer a non-AI routine, we have a test recorder as an option for adding new tests.
-
figuring out what is broken >>> We'll show you what test step is not working. In test results we'll pinpoint the bug.
-
WIP: auto-maintenance and flakiness resistnace >>> We are looking into how we can use our AI agent to auto-fix broken tests and fortify them against flakiness.
- This is where you set up your first UI test
- These are our docs
- Find more info on octomind.dev
Octomind can be triggered from your CI:
- GitHub Actions
- Azure DevOps
- Vercel
- Jenkins
- trigger Octomind in your pipeline via cURL
- programmatic execution without CI
Octomind integrations are all open source. We’d encourage you to contribute to the existing or compose new integrations for other CI/CD providers. We’ll happily take over and maintain them further.