-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Turn existing SDK example scripts (lock-funds, release-funds, full-lifecycle, batch-lock, query-escrow) into automated smoke tests to prevent regressions in documentation and examples.
Requirements and context:
- SDK examples currently serve as documentation only
- Need tests that:
- Run example flows against a local or mock environment
- Assert they complete without errors
- Component locations:
contracts/sdk/examples/- SDK test configuration
Suggested execution:
-
Fork the repo and create a branch
git checkout -b test/sdk-example-scripts-smoke
-
Implement changes
- Wrap example scripts in test harnesses
- Make them runnable in CI with minimal setup
-
Test and commit
- Run SDK smoke tests
- Note any differences between examples and production usage in PR
Example commit message:
test: convert SDK example scripts into smoke tests
Guidelines:
- Assignment required before starting
- PR description must include:
Closes #[issue_id]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program