ci(e2e): separate Workbench tests into dedicated job#3516
Draft
zackverham wants to merge 3 commits intomainfrom
Draft
ci(e2e): separate Workbench tests into dedicated job#3516zackverham wants to merge 3 commits intomainfrom
zackverham wants to merge 3 commits intomainfrom
Conversation
Split E2E tests into two jobs to improve CI runtime: 1. `cypress` job (main tests): - Runs code-server based tests only - Skips Workbench container setup (~30-60s saved per job) - Uses --spec "tests/*.cy.js" to exclude workbench directory - Runs against all 4 Connect versions 2. `cypress-workbench` job (new): - Runs only Workbench/Positron tests - Sets up Workbench container - Runs against "release" version only (sufficient coverage) - Has dedicated artifact uploads and log extraction This saves ~30-60 seconds per main test job by not pulling/starting the Workbench container when it's not needed. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Split E2E tests into two jobs to improve CI runtime:
cypressjob (main tests):cypress-workbenchjob (new):This saves ~30-60 seconds per main test job by not pulling/starting the Workbench container when it's not needed.
Intent
Type of Change
Approach
User Impact
Automated Tests
Directions for Reviewers
Checklist