test(e2e): scope events stub to RevenueCat and make user fixtures test-scoped (WST-710)#916
Closed
rogersole wants to merge 4 commits into
Closed
test(e2e): scope events stub to RevenueCat and make user fixtures test-scoped (WST-710)#916rogersole wants to merge 4 commits into
rogersole wants to merge 4 commits into
Conversation
…t-scoped (WST-710) Extracted from #820 (credit: @nicfix). The /v1/events stub previously fulfilled any provider's /v1/events endpoint; Paddle exposes its own events-like endpoints that must go through. Also makes the userId/email fixtures explicitly test-scoped ahead of the Paddle E2E suite. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 tasks
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 12, 2026
Contributor
Author
|
Superseded by #925, which now targets |
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
/v1/eventsPlaywright stub inwebbilling-demoso it only fulfills RevenueCat's events endpoint (revenuecat.com/v1/events) and lets all other requests through — Paddle exposes its own/v1/events-like endpoints that must not be swallowed.userId/emailfixtures explicitly test-scoped ({ scope: "test" }).First PR of the stacked series for WST-564 (subtask WST-710). Extracted from #820 — credit @nicfix.
Test plan
tsc --noEmit, eslint, prettier clean inexamples/webbilling-demotest-e2egreen (full existing suite — this is the only PR in the series that touches shared harness code)🤖 Generated with Claude Code