- 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
13 lines
270 B
YAML
13 lines
270 B
YAML
name: backtest_run_request
|
|
timeout: 5s
|
|
steps:
|
|
- id: start_run
|
|
action: start_backtest
|
|
request:
|
|
strategy_id: strategy-v1
|
|
market: kr
|
|
timeframe: daily
|
|
from_unix_ms: 1746057600000
|
|
to_unix_ms: 1747267200000
|
|
expect:
|
|
status: ok
|