Add cli/pyproject.toml so analysts can install only ses-test
without the monitoring daemon or Zabbix integration.
pip install "ses-test @ git+https://...#subdirectory=cli"
→ only ses-test binary, no ses-monitor in PATH
Root pyproject.toml unchanged — daemon install still provides both.
docs: rename section to 'Установка ses-test'
- New ses-test command: run a single YAML scenario against real SES
step-by-step with persistent session tracking
- --verbose shows raw JSON responses, --dry-run validates YAML only
- --session / --robot-id overrides for iterative debugging
- Add verify param to SESClient for self-signed HTTPS support
- Add load_scenario_file() to config.py for single-file loading
- Update README with ses-test usage examples and output samples