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.
Create Project
testlocally:create_project
Create a new testing project.
Write
Medium risk
Create Test Case
testlocally:create_test_case
Create a new test case within a test suite.
Write
Medium risk
Create Test Suite
testlocally:create_test_suite
Create a new test suite within a project.
Write
Medium risk
Delete Project
testlocally:delete_project
Delete a project permanently. This will also delete all associated test suites and results.
Write
High risk
Get Project
testlocally:get_project
Fetch a single project by ID with test suites and configuration details.
Read
Low risk
Get Test Case
testlocally:get_test_case
Fetch a single test case by ID with steps and configuration.
Read
Low risk
Get Test Execution
testlocally:get_test_execution
Fetch details of a test execution including results and logs.
Read
Low risk
Get Test Suite
testlocally:get_test_suite
Fetch a single test suite by ID with test cases and execution details.
Read
Low risk
List Projects
testlocally:list_projects
List projects with optional filtering and pagination.
Read
Low risk
List Test Cases
testlocally:list_test_cases
List test cases with optional filtering and pagination.
Read
Low risk
List Test Executions
testlocally:list_test_executions
List test executions with optional filtering and pagination.
Read
Low risk
List Test Suites
testlocally:list_test_suites
List test suites with optional filtering and pagination.
Read
Low risk
Run Test Suite
testlocally:run_test_suite
Execute a test suite and return the execution details.
Write
Medium risk
Update Project
testlocally:update_project
Update an existing project's details.
Write
Medium risk