aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
AgeCommit message (Collapse)Author
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-29repo: make incremental builds faster, don't use TypeScript build modeFlorian Dold
(build mode should not be necessary since pnpm handles dependencies inside the repo)
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-07bump versions to 0.9.3-dev.17v0.9.3-dev.17Florian 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-21repo: fix Makefiles / top-level 'make install' targetFlorian 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-20repo: bump to 0.9.3-dev.16v0.9.3-dev.16Florian 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
2023-06-19taler-harness: WIP integration test for p2p coin selection repairFlorian Dold
2023-06-06-use tsc --buildFlorian Dold
2023-06-06bump typescript versionFlorian Dold
2023-06-05wallet-core: use long-polling for P2P kycFlorian Dold
2023-06-02removing peerPullCreditReadyCondSebastian
2023-06-02harness: fix kyc testFlorian Dold
Exchange broke the config
2023-05-26taler-util,wallet-core: implement TalerPreciseTimestampFlorian Dold
Fixes #7703