docs/milestone-plan-navigation
3 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
bd4072c6cf |
fix(spec): resolve AmbiguousStep conflict in milestone navigation BDD tests
CI / benchmark-publish (pull_request) Has been skipped
CI / helm (pull_request) Successful in 34s
CI / build (pull_request) Successful in 44s
CI / push-validation (pull_request) Successful in 29s
CI / quality (pull_request) Successful in 1m6s
CI / lint (pull_request) Failing after 1m8s
CI / typecheck (pull_request) Successful in 1m18s
CI / security (pull_request) Successful in 1m27s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / e2e_tests (pull_request) Successful in 3m29s
CI / integration_tests (pull_request) Failing after 4m7s
CI / unit_tests (pull_request) Failing after 6m35s
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
Rename generic step 'the content should contain' to 'the spec should contain' in the milestone plan navigation feature file and add the corresponding step definition in milestone_plan_navigation_steps.py. The previous fix removed the duplicate step definition from milestone_plan_navigation_steps.py, but left the feature file using the step from uko_ontology_registry_steps.py which reads from context.ontology_ttl_content instead of context.spec_content. This caused all milestone navigation scenarios to fail with an AttributeError at runtime. The new 'the spec should contain' step reads from context.spec_content and is unique to the milestone navigation step file, eliminating the AmbiguousStep conflict entirely. ISSUES CLOSED: #7564 |
||
|
|
1aa0c2a499 |
fix(spec): align Behave test expectation with specification text
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Failing after 30s
CI / security (pull_request) Successful in 52s
CI / typecheck (pull_request) Successful in 1m2s
CI / quality (pull_request) Successful in 45s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / build (pull_request) Successful in 18s
CI / helm (pull_request) Successful in 29s
CI / push-validation (pull_request) Successful in 25s
CI / e2e_tests (pull_request) Successful in 3m32s
CI / integration_tests (pull_request) Successful in 5m10s
CI / unit_tests (pull_request) Failing after 8m16s
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 2s
The test was expecting 'Milestone Plan Navigation section provides a quick reference' but the specification contains 'This navigation section provides a quick reference'. Updated the test to match the actual specification content. |
||
|
|
a3b01ef785 |
docs(spec): add Milestone Plan navigation section
CI / push-validation (pull_request) Successful in 18s
CI / helm (pull_request) Successful in 23s
CI / build (pull_request) Successful in 24s
CI / lint (pull_request) Failing after 39s
CI / security (pull_request) Successful in 54s
CI / typecheck (pull_request) Successful in 1m16s
CI / quality (pull_request) Successful in 3m39s
CI / coverage (pull_request) Has been skipped
CI / unit_tests (pull_request) Failing after 4m0s
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Successful in 4m25s
CI / integration_tests (pull_request) Successful in 4m38s
CI / status-check (pull_request) Failing after 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
Add comprehensive Milestone Plan Navigation section to specification mapping milestones v3.2.0 through v3.8.0 to their key architectural features and specification coverage areas. Includes Navigation by Feature index for cross-milestone lookups. Extends milestone coverage to v3.8.0 (Server Mode + Cloud Integration). Improves specification navigability. Also add BDD test suite to verify Milestone Plan Navigation documentation exists and is properly formatted. ISSUES CLOSED: #7564 |