You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview\nThere are unit tests and testnet scripts but no automated integration test suite that runs all contract functions against Stellar testnet.\n\n## Tasks\n- [ ] Create tests/integration/ directory in contract crate\n- [ ] Write integration tests: create, accept, confirm, cancel, dispute, expire\n- [ ] Run with cargo test --features testnet-integration\n- [ ] Add to CI nightly job\n\n## Acceptance Criteria\n- All major contract flows pass automated integration tests against Stellar testnet
Overview\nThere are unit tests and testnet scripts but no automated integration test suite that runs all contract functions against Stellar testnet.\n\n## Tasks\n- [ ] Create
tests/integration/directory in contract crate\n- [ ] Write integration tests: create, accept, confirm, cancel, dispute, expire\n- [ ] Run withcargo test --features testnet-integration\n- [ ] Add to CI nightly job\n\n## Acceptance Criteria\n- All major contract flows pass automated integration tests against Stellar testnet