aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/testrunner.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/testrunner.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
index a42c79ac7..82fbe8bff 100644
--- a/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/testrunner.ts
@@ -22,6 +22,7 @@ import {
TestRunResult,
} from "./harness";
import { runPaymentTest } from "./test-payment";
+import { runPaymentDemoTest } from "./test-payment-on-demo";
import * as fs from "fs";
import * as path from "path";
import * as os from "os";
@@ -115,6 +116,7 @@ const allTests: TestMainFunction[] = [
runPaymentIdempotencyTest,
runPaymentMultipleTest,
runPaymentTest,
+ runPaymentDemoTest,
runPaymentTransientTest,
runPayPaidTest,
runPaywallFlowTest,