Add automated QA flow script for CLI pre-release testing#7051
Draft
alfonso-noriega wants to merge 1 commit intomainfrom
Draft
Add automated QA flow script for CLI pre-release testing#7051alfonso-noriega wants to merge 1 commit intomainfrom
alfonso-noriega wants to merge 1 commit intomainfrom
Conversation
Introduces qa/run-qa.mjs — a guided automation script that walks through the full CLI Pre-release QA Flow (v2) step-by-step. The script automates CLI commands where possible, hands over terminal control for interactive steps, and prompts the user with a visual pass/fail selector for manual verification checks. Key features: - Step registry with unique IDs for selective execution - Results persisted per CLI version + platform after every step - Smart resume: detects previous run and offers to continue from failures - Cross-OS support (macOS, Linux, Windows) with zero dependencies - Interactive pass/fail selector (arrow keys) for QA checks - Background dev server management with automatic cleanup Co-authored-by: Claude <noreply@anthropic.com>
Contributor
Coverage report
Test suite run success3910 tests passing in 1502 suites. Report generated by 🧪jest coverage report action from bb70fba |
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.

Automated QA Flow Script
Adds
qa/run-qa.mjs— a guided automation script for the CLI Pre-release QA Flow (v2).What it does
app init,generate extension,function build/run,deploy,hydrogen init/buildshopify app dev,shopify app config linkCommands
Step registry (28 steps)
Key flags
--cli-version <tag>nightly)--skip-install--reset--resetto all shopify commands--only <ids>--retry-failed--list--summary [version]--results-dir <path>--include-themesResults persistence
Results are saved to
~/Desktop/qa-results/qa-{version}-{platform}.jsonafter every step. On next run, the script detects existing results and offers:Cross-OS
Zero dependencies (only
node:*built-ins). Same command on macOS, Linux, and Windows.