test(e2e): add M6 autonomy acceptance suite #470
No reviewers
Labels
No labels
auto/needs-reevaluation
controller-managed
auto/blocked-by-deps
auto/ci-timeout
auto/claimed-implementer
auto/claimed-merge
auto/claimed-reviewer
auto/driver-down
auto/invariant-violation
auto/last-attempt-tier-0
auto/last-attempt-tier-1
auto/last-attempt-tier-2
auto/last-attempt-tier-min
Automation Tracking
auto/needs-conflict-resolution
auto/needs-implementer
auto/postmortem
auto/ready-to-merge
auto/restart-throttled
auto/revert
auto/sentinel
auto/stale-inactivity
auto/unstable
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs Feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
CI Blocker
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Automation
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Refactor
Type
Support
Type
Task
Type
Testing
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
cleveragents/cleveragents-core!470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/m6-autonomy-smoke"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes #211
Adds comprehensive M6 autonomy acceptance test suites covering ACP facade flows, autonomy guardrails, and audit trail persistence.
Behave BDD Scenarios (52 scenarios)
Robot Integration Tests (11 tests)
ASV Performance Benchmarks (5 suites)
Fixtures
features/fixtures/m6/acp_facade_flows.json— ACP operation flowsfeatures/fixtures/m6/autonomy_guardrails.json— Guard configurationsfeatures/fixtures/m6/automation_profiles.json— Profile assertions and precedence casesDocumentation
docs/development/testing.mdwith M6 acceptance suite documentationReview: PR #470 — test(e2e): add M6 autonomy acceptance suite
Overall Assessment: Approved
This is a solid, well-structured test PR. The M6 autonomy acceptance suite is comprehensive (52 Behave scenarios, 11 Robot tests, 5 ASV benchmark suites), well-organized, and follows the project's BDD conventions. The code quality is high and the documentation update is thorough.
CONTRIBUTING.md Compliance
test(e2e): add M6 autonomy acceptance suitematches issue metadata exactlyCloses #211in commit bodym6 smokeprefix avoids AmbiguousStep conflictsType/label on the PR — should have aType/label per requirement #12Code Quality
m6_facade_steps.pyandm6_guardrails_steps.py).docs/development/testing.mdwith overview, fixture table, suite breakdown, run commands, and triage tips.Type Safety & Error Handling
# type: ignore[arg-type]used appropriately in a test that deliberately passes the wrong type ✅Minor Suggestions (non-blocking)
Type/label (likelyType/TaskorType/Testingif available) to the PR.@ -0,0 +1,774 @@"""Step definitions for M6 autonomy acceptance smoke tests.At 774 lines this exceeds the project's 500-line guideline. It works well as a single file today given the
m6 smokeprefix grouping, but if more scenarios are added consider splitting into e.g.m6_facade_steps.pyandm6_guardrails_steps.py.New commits pushed, approval review dismissed automatically according to repository settings
Done — split into
m6_facade_steps.py(398 lines) andm6_guardrails_steps.py(399 lines), both well under the 500-line guideline. Behave auto-discovers steps from all files insteps/so no feature file changes needed.All review items addressed in commit
c129f4c3:m6_facade_steps.py(398) +m6_guardrails_steps.py(399)Lint and typecheck pass locally. CI triggered.
New commits pushed, approval review dismissed automatically according to repository settings