Auto Testing Pseudo CLI
Generated from packages/codeboltjs/src/tools/pseudo-cli/commands.ts. Edit the registry or rerun node scripts/generate-pseudo-cli-docs.js instead of updating this file by hand.
The testing pseudo CLI module currently exposes 18 commands.
Related SDK docs: Auto Testing
Commands At A Glance
| Action | Description | Required flags |
|---|---|---|
create-suite | Create test suite | --params |
get-suite | Get test suite | --params |
list-suites | List test suites | None |
update-suite | Update test suite | --params |
delete-suite | Delete test suite | --params |
add-case | Add case to suite | --params |
remove-case | Remove case from suite | --params |
create-case | Create test case | --params |
get-case | Get test case | --params |
list-cases | List test cases | None |
update-case | Update test case | --params |
delete-case | Delete test case | --params |
create-run | Create test run | --params |
get-run | Get test run | --params |
list-runs | List test runs | None |
update-run-status | Update test run status | --params |
update-run-case | Update run case status | --params |
update-run-step | Update run step status | --params |
create-suite
Create test suite
codebolt testing create-suite --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
get-suite
Get test suite
codebolt testing get-suite --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
list-suites
List test suites
codebolt testing list-suites [--params <json>]
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | No | Structured JSON payload passed through to the underlying SDK method. |
update-suite
Update test suite
codebolt testing update-suite --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
delete-suite
Delete test suite
codebolt testing delete-suite --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
add-case
Add case to suite
codebolt testing add-case --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |
remove-case
Remove case from suite
codebolt testing remove-case --params <json>
| Name | Flag | Type | Required | Description |
|---|---|---|---|---|
params | --params | json | Yes | Structured JSON payload passed through to the underlying SDK method. |