Commit Graph

2 Commits

Author SHA1 Message Date
HAL9000 61bdc4bd27 fix(showcase): resolve AmbiguousStep for 'the JSON should be valid'
CI / lint (pull_request) Successful in 1m4s
CI / helm (pull_request) Successful in 44s
CI / build (pull_request) Successful in 48s
CI / security (pull_request) Successful in 1m20s
CI / quality (pull_request) Successful in 1m31s
CI / typecheck (pull_request) Successful in 2m7s
CI / push-validation (pull_request) Successful in 25s
CI / unit_tests (pull_request) Successful in 5m45s
CI / docker (pull_request) Successful in 1m36s
CI / integration_tests (pull_request) Successful in 17m3s
CI / coverage (pull_request) Successful in 22m56s
CI / status-check (pull_request) Successful in 3s
Rename the step decorator in showcase_repl_actor_run_steps.py from
'the JSON should be valid' to 'the examples JSON content is valid'
to avoid collision with the identical step already defined in
aimodelsproviders_steps.py (which uses a different context variable).
Update the matching step text in showcase_repl_actor_run.feature.

ISSUES CLOSED: #7552
2026-06-06 04:58:21 -04:00
Repository Isolator 1551c6e41d docs(showcase): add REPL and actor run CLI showcase
- Register REPL and actor run showcase in examples.json
- Add BDD tests for showcase documentation structure
- Verify markdown file exists and is properly formatted
- Validate JSON metadata for showcase entry
- Test documented commands and content sections

Closes #7552
2026-06-06 04:58:20 -04:00