wallet-core/packages/taler-harness
2023-09-12 08:52:14 +02:00
..
bin
debian
src taler-util: check status of merchant instances list response 2023-09-12 08:52:14 +02:00
build.mjs
Makefile
package.json
README.md
tsconfig.json

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