Skip to content

fix: commit default e2e/config.json for stage e2e tests - #279

Merged
sirugh merged 1 commit into
mainfrom
fix/e2e-config-json
Aug 27, 2026
Merged

fix: commit default e2e/config.json for stage e2e tests#279
sirugh merged 1 commit into
mainfrom
fix/e2e-config-json

Conversation

@sirugh

@sirugh sirugh commented Aug 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • The "Deploy to Stage" workflow has been failing at the npm run e2e step on every run since feature: Adds Category (PLP) support #267 merged (see run 33022323724), with Cannot find module './config.json'.
  • e2e/pdp-ssg.e2e.test.js and e2e/plp-ssg.e2e.test.js (added/rewritten in feature: Adds Category (PLP) support #267) read pdpSku/plpSlug from e2e/config.json, but that path was gitignored and never generated in CI.
  • This un-ignores e2e/config.json specifically and commits the default demo values already documented in docs/CUSTOMIZE.md (pdpSku: ADB177, plpSlug: apparel).

Test plan

  • Build and Test PR check passes (build/lint/unit tests)
  • After merge, confirm the next Deploy to Stage run passes the npm run e2e step

🤖 Generated with Claude Code

The PLP support PR (#267) rewrote the e2e tests to read pdpSku/plpSlug
from e2e/config.json, but that path is gitignored and never generated
in CI, so every Deploy to Stage run since has failed at the e2e step
with "Cannot find module './config.json'". Un-ignore e2e/config.json
and commit the default values already documented in docs/CUSTOMIZE.md.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@sirugh
sirugh merged commit 1a6c044 into main Aug 27, 2026
2 checks passed
@sirugh
sirugh deleted the fix/e2e-config-json branch August 27, 2026 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant