Florian Dold ee47aa4837
fix integration tests
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 19:24:04 +02:00
..
2023-03-04 23:08:37 +01:00
2023-08-03 19:24:04 +02:00
2023-01-04 11:36:01 +01:00
2023-07-07 14:23:45 +02:00
2023-02-06 23:49:41 +01:00

taler-harness

This package implements the taler-harness CLI tool. It contains integration tests for GNU Taler and GNU anastasis, as well as various helpers for managing deployments of GNU Taler.

Debugging

To get more actionable stack traces, enable source maps for node:

export NODE_OPTIONS=--enable-source-maps