Skip to main content

create

sand test-suites create

Store a suite of test cases to recall in a later test run

sand test-suites create [flags]

Examples

$ sand test-suites create --name="my-test-suite" --in=test_suite_input.jsonl

✅ Test suite created successfully!
Test suite ID: tst_01jh1bd4hdehx8q5jxgeneg524

Options

  -h, --help                 Help for create
--in stringArray Name, input and validators to be used for each run, or a path to a jsonl file containing them (required)
--inputSchema string Input JSON schema (inline or filename)
--json Return json output
--name string Name of the test suite (required)

SEE ALSO