test(e2e): add live account profiles

This commit is contained in:
Patrick Wozniak
2026-08-18 17:20:44 +02:00
parent 9103272217
commit 75552ef4b9
6 changed files with 141 additions and 30 deletions
+3
View File
@@ -51,6 +51,9 @@
"test:pi-local": "node tests/test-pi-local.mjs",
"test:smoke": "node tests/test-smoke.mjs",
"test:e2e:live": "node tests/test-live-e2e.mjs",
"test:e2e:live:go": "node scripts/live-e2e-profile.mjs go",
"test:e2e:live:provider": "node scripts/live-e2e-profile.mjs provider",
"test:e2e:live:all": "node scripts/live-e2e-profile.mjs go provider",
"test:cost": "tsx tests/test-cost.ts"
},
"pi": {