ct envs test
Run integration tests for environments in parallel.
Usage
ct envs test [OPTIONS]
Options
| Option | Description |
|---|---|
-e, --env TEXT | Environment(s) to test (repeatable) |
--skip TEXT | Environment(s) to skip (repeatable) |
--include-all | Include environments without run_tests.py |
-p, --parallel INTEGER | Max parallel environments (default: 4) |
-t, --timeout INTEGER | Timeout per environment in seconds (default: 600) |
-v, --verbose | Show detailed output |
--report PATH | Custom report path |
--help | Show this message and exit. |