Create a test suite for agent evaluation.

kapso create test-suite

Options

FlagDescriptionDefault
-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:

kapso create test-suite

Named suite:

kapso create test-suite --name "Functional Tests"

With description:

kapso create test-suite --name "Functional Tests" --description "Basic functionality tests"

JSON format:

kapso create test-suite --format json

Notes

  • Creates configuration in the tests/ directory
  • Add test cases with kapso create test-case
  • Deploy with agent using kapso deploy