wallet-core/packages/taler-harness
2023-06-21 12:36:22 +02:00
..
bin
debian bump version 2023-03-04 23:08:37 +01:00
src -logging 2023-06-21 12:36:22 +02:00
build.mjs
Makefile repo: fix Makefiles / top-level 'make install' target 2023-06-21 09:44:02 +02:00
package.json repo: bump to 0.9.3-dev.16 2023-06-20 19:42:44 +02:00
README.md
tsconfig.json wallet-core,harness: implement pay templating 2023-02-11 14:24:29 +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