ct envs test-all
Run integration tests for all environments in parallel.
Usage
ct envs test-all [OPTIONS]
Options
| Option | Description |
|---|---|
--only TEXT | Only test specified environment(s) (repeatable) |
--skip TEXT | Skip specified environment(s) (repeatable) |
--include-all | Include environments without run_tests.py (by default, only environments with this file are tested) |
-p, --parallel INTEGER | Maximum parallel environments (default: 4) |
-t, --timeout INTEGER | Timeout per environment in seconds (default: 600) |
-v, --verbose | Show detailed output during testing |
-r, --report PATH | Custom path for Markdown report (default: reports/env_status_YYYY_MM_DD.md) |
--help | Show this message and exit. |