Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Complete Test Run
testmo:complete_test_run
Mark a test run as completed. This finalizes the test run and prevents further test result submissions.
Write
Medium risk
Create Milestone
testmo:create_milestone
Create a new milestone in a project.
Write
Medium risk
Create Project
testmo:create_project
Create a new project in Testmo.
Write
Medium risk
Create Test Case
testmo:create_test_case
Create a new test case in a project.
Write
Medium risk
Create Test Run
testmo:create_test_run
Create a new test run in a project.
Write
Medium risk
Get Milestone
testmo:get_milestone
Fetch a single milestone by ID with details and statistics.
Read
Low risk
Get Project
testmo:get_project
Fetch a single project by ID with basic details and settings.
Read
Low risk
Get Test Case
testmo:get_test_case
Fetch a single test case by ID with all details including steps and custom fields.
Read
Low risk
Get Test Run
testmo:get_test_run
Fetch a single test run by ID with execution details and statistics.
Read
Low risk
List Milestones
testmo:list_milestones
List milestones in a project with filtering and pagination options.
Read
Low risk
List Projects
testmo:list_projects
List all projects with filtering and pagination options.
Read
Low risk
List Test Cases
testmo:list_test_cases
List test cases in a project with filtering and pagination options.
Read
Low risk
List Test Runs
testmo:list_test_runs
List test runs in a project with filtering and pagination options.
Read
Low risk
Submit Test Result
testmo:submit_test_result
Submit a test result for a specific test case in a test run.
Write
Medium risk
Update Project
testmo:update_project
Update an existing project's details.
Write
Medium risk
Update Test Case
testmo:update_test_case
Update an existing test case's details.
Write
Medium risk