Conversation
This reverts commit ed554fa.
rogersole
added a commit
that referenced
this pull request
Jun 10, 2026
…(WST-712) - navigateToPaddleLandingUrl + forcePaddleCheckoutMode: forces inline or overlay presentation by rewriting inline_checkout_enabled in the real /checkout/start response, so one E2E project covers both modes deterministically regardless of the backend per-project flag. - Mode-aware frame locators (inline container scoped; overlay via paddle.com iframe src) and completePaddleCheckoutForm parameterized by FrameLocator so it serves both modes (field locators from #820, credit: @nicfix). - config-guard test: fails loudly on CI if VITE_RC_PADDLE_E2E_API_KEY is missing instead of letting the suite silently skip. - First test: error screen when checkout/start returns missing paddle billing params (mode-agnostic, CI-safe). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
rogersole
added a commit
that referenced
this pull request
Jun 11, 2026
Adds VITE_RC_PADDLE_E2E_API_KEY / VITE_SKIP_PADDLE_TESTS wiring (fixtures, skip helper, .env.example, README, CircleCI exports). No tests reference the key yet; the config guard lands with the Paddle suite so CI cannot fail before the CircleCI secret exists. Infra lifted from #820 (credit: @nicfix). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
rogersole
added a commit
that referenced
this pull request
Jun 11, 2026
…(WST-712) - navigateToPaddleLandingUrl + forcePaddleCheckoutMode: forces inline or overlay presentation by rewriting inline_checkout_enabled in the real /checkout/start response, so one E2E project covers both modes deterministically regardless of the backend per-project flag. - Mode-aware frame locators (inline container scoped; overlay via paddle.com iframe src) and completePaddleCheckoutForm parameterized by FrameLocator so it serves both modes (field locators from #820, credit: @nicfix). - config-guard test: fails loudly on CI if VITE_RC_PADDLE_E2E_API_KEY is missing instead of letting the suite silently skip. - First test: error screen when checkout/start returns missing paddle billing params (mode-agnostic, CI-safe). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
rogersole
added a commit
that referenced
this pull request
Jun 12, 2026
…(WST-712) - navigateToPaddleLandingUrl + forcePaddleCheckoutMode: forces inline or overlay presentation by rewriting inline_checkout_enabled in the real /checkout/start response, so one E2E project covers both modes deterministically regardless of the backend per-project flag. - Mode-aware frame locators (inline container scoped; overlay via paddle.com iframe src) and completePaddleCheckoutForm parameterized by FrameLocator so it serves both modes (field locators from #820, credit: @nicfix). - config-guard test: fails loudly on CI if VITE_RC_PADDLE_E2E_API_KEY is missing instead of letting the suite silently skip. - First test: error screen when checkout/start returns missing paddle billing params (mode-agnostic, CI-safe). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4 tasks
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.
Summary
examples/webbilling-demothat mirrors Stripe Checkout coverage with the same test types (purchase flow, email query flow, malformed checkout/start response, and RC Paywall flow).Paddle E2E Test Offering) and skip flags for stable CI behavior.VITE_RC_PADDLE_E2E_API_KEY,VITE_SKIP_PADDLE_TESTS).