test(e2e): flag unwired live Vitest tests [SUPPORT]#5234
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 (3)
📝 WalkthroughWalkthroughAdds workflow-aware normalization for the E2E scenario advisor: it parses trusted ChangesFree-standing test unwiring detection
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
This repository limits contributors to 10 open pull requests. Please close or merge existing PRs before opening new ones. |
E2E Advisor RecommendationRequired E2E: None Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
|
Vitest E2E Scenario RecommendationRequired Vitest E2E scenarios: None Full Vitest E2E advisor summaryVitest E2E Scenario AdvisorBase: Required Vitest E2E scenarios
Optional Vitest E2E scenarios
Relevant changed files
|
PR Review AdvisorFindings: 2 needs attention, 5 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. |
…dvisor-unwired-live Signed-off-by: Julie Yaunches <jyaunches@nvidia.com>
Summary
Update the Vitest E2E scenario advisor so it no longer recommends the fan-out workflow as proof for a newly added free-standing live Vitest file that is not wired into
e2e-vitest-scenarios.yaml.Context
Recent #5098 migration PRs can add
test/e2e-scenario/live/*.test.tswithout adding a workflow job. The advisor previously fell back toe2e-scenarios-all, but that dispatch cannot execute a free-standing test file unless the workflow references it.Changes
.github/workflows/e2e-vitest-scenarios.yaml.Verification
npm ci --ignore-scriptsnpx vitest run test/e2e-scenario-advisor.test.tsgit diff --checkSummary by CodeRabbit
Tests
Chores