test(e2e): add opt-in live scenario project#4964
Conversation
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
|
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. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
E2E Advisor RecommendationRequired E2E: Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
|
E2E Scenario Advisor RecommendationRequired scenario E2E: None Full scenario advisor summaryE2E Scenario AdvisorBase: Required scenario E2E
Optional scenario E2E
Relevant changed files
|
PR Review AdvisorFindings: 0 needs attention, 0 worth checking, 0 nice ideas Consider writing more tests for
This is an automated advisory review. A human maintainer must make the final merge decision. |
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
|
Addressed the PR review advisor's branch-validation gate feedback in Local verification passed:
|
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
|
✅ Brev E2E (full): PASSED on branch |
Summary
Adds an opt-in Vitest project for live E2E scenarios so #4941 can use Vitest as the single runner without running live scenarios by default. Also keeps existing gated projects explicit so installer integration and branch validation do not silently run or silently empty out in the Brev workflow path.
Related Issue
Refs #4941.
Changes
e2e-scenarios-liveVitest project with conditionalincludepatterns.NEMOCLAW_RUN_BRANCH_VALIDATION_E2E=1in the reusable Brev branch-validation workflow's Vitest step.Type of Change
Verification
npx prek run --all-filespassesnpm testpassesnpm run docsbuilds without warnings (doc changes only)Signed-off-by: Carlos Villela cvillela@nvidia.com