2 Commits

Author SHA1 Message Date
HAL9000 921acaa312 fix(e2e): correct CLI commands in A2A facade and context workflow E2E tests
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
- 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
HAL9000 2e5f01cc63 test(e2e): implement E2E workflow tests for A2A facade and context management
- Add test_a2a_local_facade.robot with session and plan lifecycle tests
- Add test_context_workflow.robot with context configuration and execution tests
- Tests validate output format matches specification
- Tests run against real CLI without mocking
- Covers A2A session initialization, plan creation, listing, and deletion
- Covers context loading, validation, and plan execution workflows
2026-06-04 08:03:53 -04:00