Add E2E Test Playground with SCW Release Test Suite#217
Open
spencerstock wants to merge 21 commits intomasterfrom
Open
Add E2E Test Playground with SCW Release Test Suite#217spencerstock wants to merge 21 commits intomasterfrom
spencerstock wants to merge 21 commits intomasterfrom
Conversation
…lpers - Remove redundant addLog calls from test files (status updates already provide this info) - Remove unused ensureConnection helper from useConnectionState - Clean up imports and types across test framework - Update documentation to reflect simplified logging approach
Collaborator
🟡 Heimdall Review Status
|
spencerstock
commented
Jan 28, 2026
Comment on lines
-58
to
-59
| <MenuButton colorScheme="telegram" as={Button} rightIcon={<ChevronDownIcon />}> | ||
| {`SDK: ${version}`} |
Collaborator
Author
There was a problem hiding this comment.
removing this since it currently does nothing
montycheese
reviewed
Jan 29, 2026
Collaborator
montycheese
left a comment
There was a problem hiding this comment.
Looks great, I tested locally and it'll be a great time saver for testing and smoke tests.
one clarifying question
| chainIdHex: '0x14a34', | ||
| name: 'Base Sepolia', | ||
| rpcUrl: | ||
| 'https://api.developer.coinbase.com/rpc/v1/base-sepolia/S-fOd2n2Oi4fl4e1Crm83XeDXZ7tkg8O', |
Collaborator
Author
There was a problem hiding this comment.
A team inside coinbase - but removing as it's not actually needed.
stephancill
reviewed
Feb 5, 2026
Collaborator
stephancill
left a comment
There was a problem hiding this comment.
was it your intention to replace the paymaster url here with a dummy one? there are a couple more instances that i didn't highlight
Comment on lines
-42
to
+47
| transport: http( | ||
| 'https://api.developer.coinbase.com/rpc/v1/base-sepolia/S-fOd2n2Oi4fl4e1Crm83XeDXZ7tkg8O' | ||
| ), | ||
| transport: http('https://example.paymaster.com'), | ||
| }); | ||
| const bundlerClient = createBundlerClient({ | ||
| account: subAccount, | ||
| client: client as Client, | ||
| transport: http( | ||
| 'https://api.developer.coinbase.com/rpc/v1/base-sepolia/S-fOd2n2Oi4fl4e1Crm83XeDXZ7tkg8O' | ||
| ), | ||
| transport: http('https://example.paymaster.com'), |
Comment on lines
-33
to
+38
| transport: http( | ||
| 'https://api.developer.coinbase.com/rpc/v1/base-sepolia/S-fOd2n2Oi4fl4e1Crm83XeDXZ7tkg8O' | ||
| ), | ||
| transport: http('https://example.paymaster.com'), | ||
| }); | ||
| const bundlerClient = createBundlerClient({ | ||
| account: subAccount, | ||
| client: client as Client, | ||
| transport: http( | ||
| 'https://api.developer.coinbase.com/rpc/v1/base-sepolia/S-fOd2n2Oi4fl4e1Crm83XeDXZ7tkg8O' | ||
| ), | ||
| transport: http('https://example.paymaster.com'), |
| capabilities: { | ||
| paymasterService: { | ||
| url: 'https://api.developer.coinbase.com/rpc/v1/base-sepolia/S-fOd2n2Oi4fl4e1Crm83XeDXZ7tkg8O', | ||
| url: 'https://example.paymaster.com', |
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.
What changed? Why?
Added an E2E test playground with automated test runner for SDK functionality in the testapp. This includes:
/e2e-testpage in testapp with test runner UIKey features:
How was this tested?
How can reviewers manually test these changes?
yarn dev(from examples/testapp)/e2e-testpageFor SCW Release testing: