commit 357ace656c4275b331274dc8fef054515ddb91cc
parent a94f8fd1040b9a23423553b57ced48c27d315095
Author: Florian Dold <florian@dold.me>
Date: Mon, 23 Oct 2023 18:59:02 +0200
-checklist
Diffstat:
1 file changed, 33 insertions(+), 13 deletions(-)
diff --git a/checklist-demo-upgrade.rst b/checklist-demo-upgrade.rst
@@ -6,20 +6,35 @@ GNU Taler Demo Upgrade Checklist
<input type="checkbox">
-Post-upgrade checks:
+Domains
+-------
+
+The checklist uses the ``demo.taler.net`` domains. However,
+the same sandcastle demo can also be hosted at other domains.
+The same instructions should apply.
+
+Post-upgrade checks
+-------------------
- |check| Run the headless wallet to check that services are actually working:
.. code-block:: console
- $ taler-wallet-cli integrationtest \
- -e https://exchange.demo.taler.net/ \
- -m https://backend.demo.taler.net/ \
- -b https://bank.demo.taler.net \
- -w "KUDOS:10" \
- -s "KUDOS:5"
+ taler-wallet-cli api 'runIntegrationTestV2' '{"exchangeBaseUrl":"https://exchange.demo.taler.net", "corebankApiBaseUrl": "https://bank.demo.taler.net", "merchantBaseUrl": "https://backend.demo.taler.net", "merchantAuthToken":"secret-token:sandbox"}'
+
+
+Wallets
+-------
+
+We consider the following published wallets to be "production wallets":
+
+* Browser: Firefox Add-On Store
+* Browser: Chrome Web Store
+* Android: Google Play
+* Android: F-Droid
-Basics:
+Basics
+------
- |check| Visit https://demo.taler.net/ to see if the landing page is displayed correctly
- |check| landing language switcher
@@ -36,7 +51,8 @@ Basics:
- |check| withdraw process of large amount (20 KUDOS) runs into KYC check
-Blog demo:
+Blog demo
+---------
- |check| Visit https://shop.demo.taler.net/
- |check| blog page article list renders
@@ -55,7 +71,8 @@ Blog demo:
- |check| wallet transaction history rendering
- |check| delete history entry
-Donation demo:
+Donation demo
+-------------
- |check| Reset wallet
- |check| Withdraw age-restricted coins (< 14)
@@ -66,7 +83,8 @@ Donation demo:
that the payment is requested again, instead of showing the previous
fulfillment page.
-Merchant SPA:
+Merchant SPA
+------------
- |check| test SPA loads
- |check| try to login with wrong password
@@ -85,13 +103,15 @@ Merchant SPA:
- |check| TBD: test various settings
- |check| TBD: ...
-Survey/Rewards:
+Survey/Rewards
+--------------
- |check| Visit https://survey.demo.taler.net/ and receive a reward.
- |check| Verify that the survey stats page (https://survey.demo.taler.net/survey-stats) is working,
and that the survey reserve has sufficient funds.
-P2P payments:
+P2P payments
+------------
- |check| generating push payment (to self is OK)
- |check| accepting push payment (from self is OK)