ci(e2e): clarify scenario dry-run summary#4656
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
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 (1)
📝 WalkthroughWalkthroughThe E2E scenario workflow step that appends artifacts to the GitHub step summary was replaced. It now writes a "typed scenario dry-run" section, renders a structured Markdown table from ChangesE2E Scenario Dry-Run Summary
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested labels
Suggested reviewers
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 unit tests (beta)
Comment |
PR Review AdvisorFindings: 0 needs attention, 4 worth checking, 0 nice ideas Review findings🛠️ Needs attention
🔎 Worth checking
🌱 Nice ideas
Consider writing more tests for
Since last review detailsCurrent findings:
This is an automated advisory review. A human maintainer must make the final merge decision. |
E2E Advisor RecommendationRequired E2E: None Dispatch hint: Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
Dispatch hint
|
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
|
|
✨ |
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Summary
Clarifies the GitHub Step Summary emitted by the scenario workflow so maintainers can see that it ran the typed dry-run path. The summary now renders scenario, manifest, expected state, suite, and phase data from the typed run-plan artifact.
Related Issue
Refs #3588.
Changes
Append typed dry-run summary..e2e/run-plan.jsonas a compact markdown table with fallback text when no plan artifact exists.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Additional verification run:
npx prek run --files .github/workflows/e2e-scenarios.yamlnpx vitest run --project e2e-scenario-framework test/e2e-scenario/framework-tests/e2e-scenarios-workflow.test.ts --silent=false --reporter=defaultSigned-off-by: Carlos Villela cvillela@nvidia.com
Summary by CodeRabbit