gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: update README for integration


From: gnunet
Subject: [taler-wallet-core] branch master updated: update README for integration tests
Date: Mon, 05 Sep 2022 14:04:49 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new b37fbdb5 update README for integration tests
b37fbdb5 is described below

commit b37fbdb59dc54794a96269aa432078abf36d3a09
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Sep 5 14:04:46 2022 +0200

    update README for integration tests
---
 README | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/README b/README
index fc7a2e71..a5fed3d5 100644
--- a/README
+++ b/README
@@ -91,8 +91,17 @@ install the wallet first. Then use the test runner from the
 taler-integrationtests package:
 
 ```shell
-cd packages/taler-integrationtests/
-./testrunner '*'
+# List available tests
+taler-wallet-cli testing list-integrationtests
+
+# Run all tests
+taler-wallet-cli testing run-integrationtests 
+
+# Run all tests matching pattern
+taler-wallet-cli testing run-integrationtests $GLOB
+
+$ Run all tests from a suite
+taler-wallet-cli testing run-integrationtests --suites=wallet
 ```
 
 The test runner accepts a bash glob pattern as parameter. Individual tests can
@@ -102,8 +111,7 @@ To check coverage, use nyc from the root of the repository 
and make sure that th
 from the source tree is executed, and not the globally installed one:
 
 ```
-PATH="$PWD/packages/taler-wallet-cli/bin:$PATH" \
-  nyc ./packages/taler-integrationtests/testrunner '*'
+nyc ./packages/taler-wallet-cli/bin/taler-wallet-cli '*'
 ```
 
 ## Anastasis Web UI

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]