taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 2ee85bac94013beee83383db80e7c7bbb5c6391a
parent 8fd86e0a9adcfffb2b810d0a2974d30feeb5afb9
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Wed, 11 Feb 2026 18:52:09 -0300

fix readme

Diffstat:
Mpackages/taler-harness/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-harness/README.md b/packages/taler-harness/README.md @@ -49,7 +49,7 @@ search for the driver and the browser. For example ``` export BROWSER_PATH=/opt/browsers/chromedriver/linux-145.0.7632.46/chromedriver-linux64/:/opt/browsers/chrome/linux-145.0.7632.45/chrome-linux64/ -taler-harness run-integrationtests web-merchant-self-provision-activation +taler-harness run-integrationtests web-merchant-login ``` The default browser is "chrome" unless the env variable DEFAULT_BROWSER is set to either "firefox" or "chrome".