Add browser integration test baseline for vscode-extension #1112
+830
−135
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.
Summary
Adds browser integration test infrastructure for the vscode-extension package, enabling end-to-end validation of the extension's functionality in a real browser environment.
Key Features
Browser Test Infrastructure (3a943b9)
DEBUG_DELAYenv var) to pause test execution for inspectionWatch Mode for Development (9cb3b43)
build:test:watchscript for auto-rebuild on file changesWATCH_MODEenv var to keep browser open after tests complete (no auto-close)layout/theme.liquid, types{{ prod, and asserts "product" appears in autocomplete suggestionsScripts Added
test:webtest:web:debugbuild:test:watchDeveloper Workflow
Running Tests
Watch Mode Development
Edit test files, save, refresh browser to see results immediately.
Test Plan
yarn testpassesyarn workspace theme-check-vscode test:webpasses in CI modeWATCH_MODE=1keeps browser open after tests🤖 Generated with Claude Code