wallet-core/packages/taler-harness
Florian Dold 13f0442736
harness: finish kyc test
We mock the KYC gateway now, use the new notification-based wallet API
and the test is not experimental anymore.
2023-02-12 19:31:37 +01:00
..
bin spill extra functionality from wallet-cli into taler-harness 2022-12-23 13:19:41 +01:00
src harness: finish kyc test 2023-02-12 19:31:37 +01:00
build.mjs harness: make import.meta.url work 2023-01-04 11:36:01 +01:00
Makefile build system: convenience target to install CLIs 2023-02-10 00:07:42 +01:00
package.json deps: add missing esbuild dependency, upgrade esbuild 2023-02-10 19:57:48 +01:00
README.md address #7523 2023-02-06 23:49:41 +01:00
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