test(e2e): retire covered smoke/onboarding shell entrypoints#5055
Conversation
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 skippedAuto reviews are disabled on base/target branches other than the default branch. 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: None 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. |
…ding-scenarios' into codex/e2e-fanout-04-retire-smoke-onboarding-shell
Signed-off-by: Carlos Villela <cvillela@nvidia.com>
|
Closing as superseded by #5106 and the post-#5098 one-E2E migration plan. This branch belongs to the pre-cutover fanout stack. Any useful helper/scenario work should come back as a fresh, focused draft PR from current main: Vitest as the only E2E harness, GitHub Actions as the matrix, no revived runner path, no long-lived legacy-inventory.json roadmap expansion, and replacement/deletion evidence carried in the PR body plus linked issue. |
Summary
Implements the conservative retirement guard for the smoke/onboarding fan-out slice.
#5054 moved useful smoke/onboarding behavior into the registry-backed Vitest path, but it did not prove whole-script parity for the broad direct legacy
test/e2e/test-*.shscripts. This PR records that boundary explicitly instead of deleting coverage too early.Related Issue
Refs #4941
Refs #4990
Refs #4348
Refs #4357
Depends on #5054.
Stacked on branch
codex/e2e-fanout-03-smoke-onboarding-scenarios.Changes
legacy-onboarding-assertion-workersinternal surface as covered bytest/e2e-scenario/live/registry-scenarios.test.ts, while keepingdeletionReady: falsebecause the YAML/bash bridge and assertion registry still reference those shell files.test/e2e/test-*.shentry asnot-migrated,deletionReady: false, with notes describing what test(e2e): migrate smoke and onboarding scenarios #5054 partially covered and what whole-script parity is still missing.Type of Change
Verification
npx vitest run --project e2e-scenario-framework test/e2e-scenario/framework-tests/e2e-migration-inventory.test.ts test/e2e-scenario/framework-tests/e2e-migration-inventory-lock.test.ts --silent=false --reporter=defaultnpx vitest run --project e2e-scenario-framework --silent=false --reporter=defaultnpm run typecheck:clinpx prek run --files test/e2e-scenario/migration/legacy-inventory.json test/e2e-scenario/framework-tests/e2e-migration-inventory.test.ts test/e2e-scenario/docs/MIGRATION.md --skip test-cligit diff --checknpm run docsbuilds without warnings (doc changes only)Signed-off-by: Carlos Villela cvillela@nvidia.com