Testing
kapso create test-suite
Create a new test suite for your Kapso agent
Create a test suite for agent evaluation.
Options
Flag | Description | Default |
---|---|---|
-n, --name=<value> | Suite name | |
-d, --description=<value> | Suite description |
Description
Generates a test suite configuration. In interactive mode, prompts for required parameters not supplied via flags.
Test suites organize related test cases into logical groups for comprehensive agent evaluation.
Examples
Interactive:
Named suite:
With description:
JSON format:
Notes
- Creates configuration in the
tests/
directory - Add test cases with
kapso create test-case
- Deploy with agent using
kapso deploy