Skip to content

Fix E2E fixture sidekick summary#7658

Merged
dmerand merged 2 commits into
mainfrom
donald/fix-e2e-sidekick-summary
May 28, 2026
Merged

Fix E2E fixture sidekick summary#7658
dmerand merged 2 commits into
mainfrom
donald/fix-e2e-sidekick-summary

Conversation

@dmerand

@dmerand dmerand commented May 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add [sidekick].extensions_summary to the E2E fully-populated app TOML fixture
  • keeps tests that overwrite generated shopify.app.toml aligned with the extension-only template, which already includes a Sidekick summary

Why

Recent E2E failures were not caused by the app-dev assertions themselves. Several tests create an app from the extension-only template and then replace its generated shopify.app.toml with packages/e2e/data/valid-app/shopify.app.toml. That replacement dropped the Sidekick summary required when sidekick-eligible extensions are present, so deploy/dev failed before reaching Ready, watching for changes in your app.

Validation

  • pnpm --filter e2e exec playwright test --list
  • parsed packages/e2e/data/valid-app/shopify.app.toml with @iarna/toml and verified sidekick.extensions_summary

Copilot AI review requested due to automatic review settings May 28, 2026 15:28
@dmerand dmerand requested a review from a team as a code owner May 28, 2026 15:28
@github-actions github-actions Bot added the no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users. label May 28, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the fully populated E2E app TOML fixture so tests that overwrite generated extension-only app configs retain the Sidekick summary required by sidekick-eligible extensions.

Changes:

  • Adds a [sidekick] section to the valid app fixture.
  • Adds extensions_summary with a descriptive placeholder summary used by E2E config replacement flows.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

dmerand commented May 28, 2026

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@dmerand dmerand added this pull request to the merge queue May 28, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 28, 2026
@dmerand dmerand added this pull request to the merge queue May 28, 2026
Merged via the queue into main with commit f599a8f May 28, 2026
28 checks passed
@dmerand dmerand deleted the donald/fix-e2e-sidekick-summary branch May 28, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog This PR doesn't include a changeset entry. Is an internal only change not relevant to end users.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants