Skip to main content
Octomind Docs home page
Search...
⌘K
GitHub
Log in
Log in
Search...
Navigation
Page Not Found
Documentation
Guides
MCP
API Reference
Integrations
CLI
Changelog
Test targets
GET
Retrieve all test targets
POST
Create a new test target
GET
Retrieve a test target
DEL
Delete a test target
PATCH
Update a test target
GET
Retrieve test target configuration
GET
Pull all test case from a test target to use it locally as json or yaml and work with the files directly. There is also a "opposite" endpoint to push the files back to the test target.
POST
Retrieve the typescript code in a zip file for a set of yaml based test cases. This code can then be executed by playwright.
POST
Pushes all test cases with the specified schema to the test target. There is also a "opposite" endpoint to pull the files back to the local machine.
POST
Pushes all test cases with the specified schema to the test target as a draft. Useful to execute test cases in the cloud on a branch.
Execute
POST
Execute tests of the given test target
Discoveries
POST
Create a batch generation
POST
Create a discovery
Environments
GET
Retrieve environments
POST
Create an environment
DEL
Delete an environment
PATCH
Update an environment
Reports
GET
Retrieve information about a test report
GET
Retrieve paginated information about test reports
Notifications
GET
Retrieve notifications
Private locations
GET
Retrieve all private locations
PUT
Register a private location
PUT
Unregister a private location
Test Cases
GET
List test cases
GET
Retrieve a test case
DEL
Delete a test case
PATCH
Update a test case
PATCH
Update a test case element
GET
Retrieve code for a test case
404
Page Not Found
We couldn't find the page. Maybe you were looking for one of these pages below?
Execute tests of the given test target
Pushes all test cases with the specified schema to the test target as a draft. Useful to execute test cases in the cloud on a branch.
Execute your tests
⌘I