aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/test-libeufin-api-sandbox-transactions.ts
AgeCommit message (Collapse)Author
2022-12-23spill extra functionality from wallet-cli into taler-harnessFlorian Dold
We want to keep taler-wallet-cli smaller and have fewer dependencies.
2022-12-09Adapt libeufin test suite to recent API.MS
The new libeufin-sandbox API enforces every bank account to be owned by one bank customer; this change therefore provides every test user a customer profile before trying the banking operations.
2022-10-13use node16 for wallet-core, delete unused taler-config-lib packageFlorian Dold
2021-10-23Adapt euFin tests to Demobank model.ms
Mostly, this change removes any mention of the currency when bank accounts are created.
2021-10-20wallet-cli: benchmarkingFlorian Dold
2021-09-01Avoid Sandbox (deprecated) POST /admin/payments/ API.ms
2021-08-07Sandbox: testing balancems