- 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
19 lines
397 B
YAML
19 lines
397 B
YAML
name: backtest_result_summary
|
|
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: result
|
|
action: get_backtest_result
|
|
request:
|
|
run_id: "{{steps.start.run.id}}"
|
|
expect:
|
|
status: ok
|