Isolate the release browser journey from the unit-test job #865
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: stackchain/stackchain-dashboard#865
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "timmy/863-release-e2e-opt-in"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #863
The merged gate exposed that the runner toolcache can retain Playwright between jobs. This makes the normal full-suite job collect the artifact E2E without a downloaded artifact. Require an explicit job-scoped opt-in so lint always skips the artifact journey and only
browser-journeyexecutes it.Verified: full suite 1643 passed, 1 skipped; explicit browser/config gate 5 passed.