test(e2e): add scenario aliases for layered plans#4651
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds 13 user-friendly scenario aliases in YAML for existing OpenCLAW/Hermes test plans and introduces a validation test to confirm all registered scenarios resolve without errors. ChangesScenario Aliases & Resolution Validation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
PR Review AdvisorFindings: 1 needs attention, 3 worth checking, 0 nice ideas Review findings🛠️ Needs attention
🔎 Worth checking
🌱 Nice ideas
This is an automated advisory review. A human maintainer must make the final merge decision. |
E2E Advisor RecommendationRequired E2E: None Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
|
E2E Scenario Advisor RecommendationRequired scenario E2E: Dispatch required scenario E2E:
Full scenario advisor summaryE2E Scenario AdvisorBase: Required scenario E2E
Optional scenario E2E
Relevant changed files
|
|
✨ |
Summary
Add friendly setup-scenario aliases for the layered E2E onboarding test plans so the YAML shell resolver can run every canonical typed scenario ID. This closes the drift where workflow/advisor scenario IDs resolved through the typed registry but failed through
runtime/run-scenario.sh.Related Issue
Fixes #4378.
Changes
setup_scenariosaliases intest/e2e-scenario/nemoclaw_scenarios/scenarios.yamlfor messaging, Hermes messaging, lifecycle, token-rotation, Brave, and OpenAI-compatible plans.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Additional validation:
bash test/e2e-scenario/runtime/run-scenario.sh <new-friendly-id> --plan-onlypassed for all 12 added aliases.npx vitest run --project e2e-scenario-framework --silent=false --reporter=defaultpasses.Signed-off-by: Carlos Villela cvillela@nvidia.com
Summary by CodeRabbit
Tests
Chores