feat: add tutorial smoke test script#411
Open
ygd58 wants to merge 2 commits intologos-blockchain:mainfrom
Open
feat: add tutorial smoke test script#411ygd58 wants to merge 2 commits intologos-blockchain:mainfrom
ygd58 wants to merge 2 commits intologos-blockchain:mainfrom
Conversation
Add scripts/tutorial-smoke-test.sh that validates the README wallet quickstart flow end-to-end: 1. wallet check-health 2. wallet account new public 3. wallet account get (verify uninitialized) 4. wallet auth-transfer init 5. wallet pinata claim (faucet) 6. wallet account get (verify balance > 0) 7. wallet auth-transfer send (to new account) Run with: RISC0_DEV_MODE=1 bash scripts/tutorial-smoke-test.sh Refs logos-blockchain#213
Contributor
Author
|
This PR also addresses #213 — adds a smoke test script that catches when the tutorial deviates from main. |
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
Refs #213.
Adds
scripts/tutorial-smoke-test.shthat validates the README walletquickstart flow end-to-end to catch when the tutorial deviates from main.
What it tests
wallet check-healthwallet account new publicwallet account get(verify uninitialized)wallet auth-transfer initwallet pinata claim(faucet)wallet account get(verify balance > 0)wallet auth-transfer send(to new account)Usage
Notes
Refs #213