41 lines
1 KiB
Text
41 lines
1 KiB
Text
# Real-life–relevant taler-harness integration tests
|
||
# (from: taler-harness list-integrationtests)
|
||
#
|
||
# Criteria: everyday user/merchant/bank paths — withdraw, pay, deposit, refund,
|
||
# libeufin bank, templates/paywall. Excludes KYC edge cases, experimental,
|
||
# timetravel, perf, backup, mailbox, most fault-injection.
|
||
#
|
||
# These spin up a local TESTKUDOS stack (same client code paths as production).
|
||
# For tests against *public* demos, see harness-live.txt / `./taler-monitoring.sh live`.
|
||
|
||
# --- Core path: get money + spend it (the GOA story) ---
|
||
simple-payment
|
||
withdrawal-bank-integrated
|
||
payment
|
||
|
||
# --- Withdraw variants users actually hit ---
|
||
withdrawal-manual
|
||
withdrawal-external
|
||
withdrawal-idempotent
|
||
|
||
# --- Pay variants shops use ---
|
||
payment-template
|
||
paywall-flow
|
||
payment-idempotency
|
||
payment-zero
|
||
payment-abort
|
||
otp
|
||
|
||
# --- After pay: coins / merchant ops ---
|
||
deposit
|
||
refund
|
||
refund-auto
|
||
wallet-refresh
|
||
|
||
# --- Bank stack we run (libeufin / regional) ---
|
||
libeufin-bank
|
||
bank-api
|
||
|
||
# --- Client hygiene ---
|
||
wallet-config
|
||
term-of-service-format
|