Files
cleveragents-core/robot/e2e
HAL9000 921acaa312
CI / push-validation (pull_request) Successful in 59s
CI / helm (pull_request) Successful in 1m1s
CI / build (pull_request) Successful in 1m14s
CI / typecheck (pull_request) Successful in 1m37s
CI / lint (pull_request) Successful in 1m43s
CI / quality (pull_request) Successful in 1m47s
CI / security (pull_request) Successful in 1m48s
CI / unit_tests (pull_request) Successful in 5m27s
CI / integration_tests (pull_request) Successful in 8m42s
CI / docker (pull_request) Successful in 1m42s
CI / coverage (pull_request) Successful in 9m6s
CI / status-check (pull_request) Successful in 3s
fix(e2e): correct CLI commands in A2A facade and context workflow E2E tests
- Replace non-existent 'session create --name' with 'session create --format json'

- Replace non-existent 'plan create --session --description' with 'plan list --format json'

- Replace 'session delete <name>' with 'session delete <ULID> --yes' using extracted session ID

- Remove invalid '--format json' from context list/show commands that don't support it

- Use Safe Parse Json Field keyword to extract session_id from JSON output

- Align all test commands with actual CLI interface
2026-06-04 08:03:53 -04:00
..