ct envs test-all

Run integration tests for all environments in parallel.

Usage

ct envs test-all [OPTIONS]

Options

OptionDescription
--only TEXTOnly test specified environment(s) (repeatable)
--skip TEXTSkip specified environment(s) (repeatable)
--include-allInclude environments without run_tests.py (by default, only environments with this file are tested)
-p, --parallel INTEGERMaximum parallel environments (default: 4)
-t, --timeout INTEGERTimeout per environment in seconds (default: 600)
-v, --verboseShow detailed output during testing
-r, --report PATHCustom path for Markdown report (default: reports/env_status_YYYY_MM_DD.md)
--helpShow this message and exit.