aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests
AgeCommit message (Collapse)Author
2024-03-07wallet-core: implement and test lost flag for denominationsFlorian Dold
2024-03-07harness: test for wire fee handlingFlorian Dold
2024-03-07-fix testFlorian Dold
2024-03-07rename insufficient balance fields to work for both merchant and p2p paymentsFlorian Dold
2024-03-07wallet-core: improve insufficient balance reportingFlorian Dold
2024-03-07refactor coin selection, report maxEffectiveSpendAmountFlorian Dold
2024-03-06taler-harness: test aborting refreshesFlorian Dold
2024-03-06harness: run transfer in test-depositFlorian Dold
2024-03-05wallet-core: have balance item even on zero balanceFlorian Dold
Also add a test for this.
2024-03-05taler-harness: get payment-share test to pass againFlorian Dold
2024-03-05wallet-core: simplify shepherd, handle results of cancelled tasks properlyFlorian Dold
2024-03-05assert that the order is paid in the first wallet after the other wallet has ↵Sebastian
paid
2024-03-01taler-harness: test for dev experimentFlorian Dold
2024-02-29taler-harness: test for observability eventsFlorian Dold
2024-02-29wallet-core: improve config handling, test builtin exchange configFlorian Dold
2024-02-28wallet-core: fix exchange entry deletion, test itFlorian Dold
2024-02-28harness: payto receiver-name is mandatoryFlorian Dold
2024-02-27remove obsolete, unused testFlorian Dold
2024-02-20wallet-core: get rid of separate InternalWalletState interfaceFlorian Dold
2024-02-20wallet-core: long-pollingFlorian Dold
2024-02-20wallet-core: count deposits towards pendingOutgoingFlorian Dold
2024-02-20taler-harness: test for balance during a pending refresh operationFlorian Dold
2024-02-20harness: test for pendingIncomingFlorian Dold
2024-02-19wallet-core: emit missing balance-change notification, test for itFlorian Dold
2024-02-19restructureFlorian Dold
2024-02-18fix non-termination in run-until doneFlorian Dold
Also add a test for this.
2024-02-16fix #8415Sebastian
2024-02-15implement task shepherd, many small fixes and tweaksFlorian Dold
2024-02-13fix refund testFlorian Dold
2024-02-13remove rewards from testsFlorian Dold
2024-02-07remove rewardsFlorian Dold
Some remains are kept to not break old wallets
2024-02-06harness: do not follow redirects in certain testsFlorian Dold
2024-02-06-loggingFlorian Dold
2024-02-04update intragration test to use non-deprecated acceptReward requestSebastian
2024-01-31adjust for breaking change in libeufinv0.9.4-dev.11Florian Dold
2024-01-30harness,util,others: complete otp integration test, move rfc3548 to taler-utilv0.9.4-dev.10Florian Dold
2024-01-30harness: work on otp testFlorian Dold
2024-01-30util: unify the two merchant API clients, pass options as objectFlorian Dold
2024-01-30harness: skeleton for OTP testFlorian Dold
2024-01-30formatting, comments, always return httpResp in OperationResultFlorian Dold
2024-01-29wallet-core,harness: let runIntegrationTest wait for its own transactionsFlorian Dold
2024-01-24-missing file:Florian Dold
2024-01-23wallet-core: fix getTransactionById for refreshes, test itFlorian Dold
Fixes bugs.taler.net/n/8234
2024-01-22harness: fix payment-share integration testFlorian Dold
The test didn't wait for refreshes to settle before doing balance checks
2024-01-22wallet-core: implement and test balance reporting with scope infoFlorian Dold
2024-01-21fix broken buildSebastian
2024-01-19wallet-core: fix bugs.taler.net/n/7836Florian Dold
The test case for expired refunds now does more checks. A DB query bug for refund items was also fixed.
2024-01-16wallet-core: implement remaining DD48 calls, testFlorian Dold
2024-01-15fixes #8083Sebastian
2024-01-15-cleanupFlorian Dold