deleteEnvironment
deleteEnvironment tool can delete an environment for a given test target.
The environment id is unique to the test target. The call is not reversible.
an environment represents a specific setup or deployments for a test target. It include a test account when necsesary
to login, a header configuration, a discovery url and a set of variables.
getTestReports
the getTestReports tool can retrieve test reports for a given test target.
Test reports are generated when set of tests are executed. The test report id is unique to the test target.
getTestReport
the getTestReport tool can retrieve a test report for a given test target and test report id.
A test report id is generated when a set of test are executed on
a test target. The test report id is unique to the test target.
discovery
the discovery tool can create a test case on a given test target with a test case description or prompt.
One can either start from the predefined url for that test case or provide a new entry point url.
getPrivateLocations
the getPrivateLocations tool can retrieve all private locations configured for that org.
A private location is a server that can be used to access a test target behind a firewall or VPN.
getTestTargets
the getTestTargets tool can retrieve all test targets or projects.
Test targets represent applications or services that can be tested using Octomind.
createTestTarget
the createTestTarget tool can create a new test target or project.
A test target represents an application or service that can be tested using Octomind.
updateTestTarget
the updateTestTarget tool can update an existing test target.
A test target represents an application or service that can be tested using Octomind.
deleteTestTarget
the deleteTestTarget tool can delete an existing test target.
This operation cannot be undone.
getVersion
Returns the current version of the Octomind MCP server
getTestCases
the getTestCases tool can retrieve test cases for a given test target with optional filtering.
Test cases can be filtered by various criteria such as status, description, or tags.
updateTestCase
the updateTestCase tool can update specific properties of a test case.
This allows modifying test case details such as description, status, or folderName.
updateTestCaseElement
the updateTestCaseElement tool can update a specific element within a test case.
Test case elements represent individual steps in a test case, such as interactions (clicks, text input)
or assertions (checking if elements are visible, have text, etc.). Each element has selectors that
identify the target element on the page and an action to perform or assertion to verify. You can only update the locatorLine
of the element in question, for everything else the user currently needs to use the octomind ui.