validate
rocketship validate
Validate Rocketship test files against the JSON schema
Synopsis
Validate one or more Rocketship test files against the JSON schema. This command checks test file syntax, structure, and configuration without executing tests.
Examples: rocketship validate test.yaml # Validate a single file rocketship validate ./tests/ # Validate all YAML files in a directory rocketship validate test1.yaml test2.yaml # Validate multiple files
Options
SEE ALSO
- rocketship - Rocketship CLI