alt/apps/cli/testdata/operator/backtest_run_polling.yaml
toki 1c11a17eff feat: operator headless workflow validation and backtest support
- Implement backtest workflow validation for headless operator mode
- Add handoff evidence tracking for backtest runs
- Update operator client, runner, scenario, and output modules
- Add test files for handoff, backtest runner, and error handling
- Add test data for backtest scenarios and validation
2026-06-01 13:21:20 +09:00

21 lines
447 B
YAML

name: backtest_run_polling
timeout: 5s
steps:
- id: start
action: start_backtest
request:
strategy_id: strategy-v1
market: kr
timeframe: daily
from_unix_ms: 1746057600000
to_unix_ms: 1747267200000
expect:
status: ok
- id: poll
action: poll_backtest_run
request:
run_id: "{{steps.start.run.id}}"
polling_interval: 50ms
expect:
status: ok
run_status: succeeded