aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src
AgeCommit message (Collapse)Author
2023-09-10more codespellv0.9.3-dev.20Sebastian
2023-09-08wallet-core: address DB FIXMEs, systematic state numberingFlorian Dold
2023-09-06harness: wait for withdrawal, configure instance properlyFlorian Dold
2023-09-06harness: remove excludeByDefaultFlorian Dold
2023-09-06harness: wait for withdrawalFlorian Dold
2023-09-06move bank API client to taler-util, update typescript configFlorian Dold
2023-09-06get rid of deprecated bank API client, change allowHttp to requireTlsFlorian Dold
2023-09-06move merchant API client to taler-utilFlorian Dold
2023-09-06harness: get rid of deprecated merchant API clientFlorian Dold
2023-09-06-loggingFlorian Dold
2023-09-06harness: check idempotency of merchant account creation APIFlorian Dold
2023-09-05harness: check expected balance in test-pay-expiredFlorian Dold
2023-09-05-missing fileFlorian Dold
2023-09-05harness: remove deprecated testing APIsFlorian Dold
2023-09-04-remove bogus loggingFlorian Dold
2023-09-01wallet-core: implement and test stored backupsFlorian Dold
2023-08-30wallet-core,harness: get p2p tests to pass againFlorian Dold
2023-08-29-organize importsFlorian Dold
2023-08-29wallet-core: remove usage of /wireFlorian Dold
2023-08-29taler-harness: clean up shared test env on startFlorian Dold
2023-08-29taler-harness: add exchange-purse testFlorian Dold
2023-08-29taler-harness: remove axios usage, renovate some testsFlorian Dold
2023-08-28fix buildSebastian
2023-08-25taler-util: make config parsing more compliant with specFlorian Dold
2023-08-25taler-util: set [PATH] defaultsFlorian Dold
2023-08-25harness: modernize some tests, temporarily disable revocation testFlorian Dold
2023-08-24harness: modernize some testsFlorian Dold
2023-08-23harness: parallelize service startupFlorian Dold
2023-08-23harness: reusable test envFlorian Dold
2023-08-23fix #7882Sebastian
2023-08-23harness: specify use_stefan in merchant backendFlorian Dold
2023-08-23harness: shared test environment WIPFlorian Dold
2023-08-23-missing fileFlorian Dold
2023-08-22wallet-core: always use batch withdrawalFlorian Dold
2023-08-22harness: remove unused fileFlorian Dold
2023-08-05wallet-core: mock implementation of GetCurrencyInfoFlorian Dold
2023-08-03harness: allow overriding the test timeout via env variableFlorian Dold
2023-08-03fix integration testsFlorian Dold
Instead of using the deprecated runUntilDone, we now wait for specific notifications. The old way doesn't work, since p2p push transactions are not considered done until the counterparty has accepted the payment.
2023-08-03-towards tip->reward renameFlorian Dold
2023-07-03fix #7741Sebastian
add integration test
2023-07-01wallet-core: use testingWaitTransactionsFinal to wait for transactionsFlorian Dold
2023-06-30harness: check balance in basic payment testFlorian Dold
2023-06-21-loggingFlorian Dold
2023-06-21harness: wallet must always withdraw via fault-injected exchangeFlorian Dold
Otherwise, the ports in the base URL don't match and the wallet will complain.
2023-06-21harness: fix/modernize peer-to-peer-pushFlorian Dold
2023-06-21harness: fix exchange base URL in tests with fault injectionFlorian Dold
2023-06-20harness: fix test-peer-repairFlorian Dold
2023-06-20wallet-core: remove redundant/unused notificationsFlorian Dold
2023-06-20wallet-core: emit DD37 self-transition notifications with errorsFlorian Dold
2023-06-19wallet-core: fix peer-(push,pull)-debit withdrawal statesFlorian Dold