wallet-core/packages/taler-harness
Sebastian d96d468f62
typedoc for every project
Signed-off-by: Sebastian <sebasjm@gmail.com>
2023-09-12 11:18:03 -03:00
..
bin spill extra functionality from wallet-cli into taler-harness 2022-12-23 13:19:41 +01:00
debian bump version 2023-03-04 23:08:37 +01:00
src taler-util: check status of merchant instances list response 2023-09-12 08:52:14 +02:00
build.mjs harness: make import.meta.url work 2023-01-04 11:36:01 +01:00
Makefile repo: fix Makefiles / top-level 'make install' target 2023-06-21 09:44:02 +02:00
package.json typedoc for every project 2023-09-12 11:18:03 -03:00
README.md address #7523 2023-02-06 23:49:41 +01:00
tsconfig.json move bank API client to taler-util, update typescript config 2023-09-06 13:24:34 +02: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