From 255c15db9764df2c6323a66e8408c4f4c3399c5c Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 12 Jan 2024 08:29:37 -0500 Subject: [PATCH] feat: tests --- tests/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index e0d1e11a1..dc5bae11b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -3,7 +3,6 @@ We use Playwright as our functional test runner. It's configured to try multiple permutations: - Browsers: Chromium/Firefox -- Modal flavors: default/SIWE/email ## Running Tests @@ -18,4 +17,4 @@ For scenarios when tests pass locally but not remotely you can `await this.page. These tests can be run from GitHub Actions both from this and other repositories. -You can tweak what's under test by setting the `BASE_URL` (default 'http://localhost:3000/') and `WALLET_URL` (default 'https://react-wallet.walletconnect.com/') environment variables. +You can tweak what's under test by setting the `BASE_URL` and `WALLET_URL` (default 'https://react-wallet.walletconnect.com/') environment variables.