test(apex,lwc): migrate snippet e2e to Playwright - W-22016558#7179
Open
CristiCanizales wants to merge 20 commits intodevelopfrom
Open
test(apex,lwc): migrate snippet e2e to Playwright - W-22016558#7179CristiCanizales wants to merge 20 commits intodevelopfrom
CristiCanizales wants to merge 20 commits intodevelopfrom
Conversation
- Add Playwright desktop/web configs and snippet specs for Apex and LWC packages - Remove legacy snippets spec from salesforcedx-vscode-automation-tests - Extend playwright-vscode-ext (non-critical console filter, headless folderPath) - Update triggerE2EForCommit and eslint for Playwright test paths Made-with: Cursor
daphne-sfdc
previously approved these changes
Apr 16, 2026
Contributor
daphne-sfdc
left a comment
There was a problem hiding this comment.
Both the Apex and LWC snippets E2E tests are passing ✅
daphne-sfdc
approved these changes
Apr 17, 2026
Contributor
daphne-sfdc
left a comment
There was a problem hiding this comment.
- Apex snippets passes on desktop (shouldn't work on web) ✅
- LWC snippets passes on both desktop and web ✅
https://github.com/forcedotcom/salesforcedx-vscode/actions/runs/24585723855?pr=7179
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.
What does this PR do?
Replaces the RedHat/extester snippets E2E in
salesforcedx-vscode-automation-testswith Playwright specs colocated insalesforcedx-vscode-apexandsalesforcedx-vscode-lwc(test:desktop/test:webvia Wireit). Updates CI trigger and smallplaywright-vscode-exthelpers (e.g. benign console filtering, headless workspace folder support).What issues does this PR fix or reference?
@W-22016558@
Functionality Before
Snippets covered only by the automation-tests extester flow.
Functionality After
Apex and LWC snippet scenarios run as package Playwright tests; automation-tests snippets spec removed.
Made with Cursor