How to nail creating new tests for your project
dependencies
run locally
if preferredgenerate more
icon - a button will appear. Click on it. Find more on how generate more
works here.
The AI Agent will autogenerate up to 3 new tests based on the one you started it from. The original test will be added as dependency. We will validate every generated test case.
Have the AI agent generate more test cases, 10/2024
generate test case
button on the overview page or on the test cases page.
Create new test case from the overview page, 07/2024
'accept cookies' test is first in the chain - it does not have a dependency, 08/2024
'login' test depends on 'accept cookies', 08/2024
'navigate to returns' test depends on 'login' test, 08/2024
repair test
to help the Agent finish the generation successfully.
The AI agent needs help your input to finalize generation - click repair test, 05/2025
Follow the instructions of the AI agent to repair and finalize test generation, 05/2025
steps
tab of every test case detail.
Run locally
is most helpful for step by step adjustments since it is giving you the current state of a page. It will noticeably speed up your test creation efforts.
You can find the run locally
button in the debug
tab of your test case. Find out how to run Octomind tests locally.
'run locally' in test detail view, 05/2025