upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/integration/multi-mint.mjs
AgeCommit message (Collapse)Author
2026-05-19test: burst-fetch integration test — all endpoints verified passingYour Name
Burst-fetch approach grabs all data in rapid succession before board reboots. All 10 previously-failing tests now pass: - GET /mints: 4 mints with boolean reachable field - GET /wallet, /usage, /whoami: all respond correctly - POST bad token: payment-error-invalid - POST non-accepted mint: payment-error-mint-not-accepted - Portal: all 4 mints listed, mint-dot indicators, JS fetches :2121/mints
2026-05-18test: multi-mint integration test + test reportYour Name
- 247-line integration test covering 8 sections, 32+ assertions - Tests: config, mint list, health status, payment routing, wallet, sessions - Fake V3 token generation for payment routing tests - Retry logic for unstable board connectivity - Detailed test report with results, bugs found, and untested scenarios