-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui-test): improve readme (#1690)
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# Debugging | ||
# Functional Tests | ||
|
||
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 | ||
|
||
- `npx playwright test` to run in default mode (make sure your `.env` is set up) | ||
- `npm run playwright:debug` to step by step see what the tests are doing | ||
|
||
## Debugging | ||
|
||
For scenarios when tests pass locally but not remotely you can `await this.page.screenshot({ path: './screenshots/wallet.png' })` and the screenshot will be uploaded to GitHub Actions. |
7a98bb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
web3modal-vue-wagmi-ex – ./
web3modal-vue-wagmi-ex-git-v3-walletconnect1.vercel.app
web3modal-vue-wagmi-ex-walletconnect1.vercel.app
web3modal-vue-wagmi-example.vercel.app
7a98bb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
web3modal-laboratory – ./
web3modal-laboratory-walletconnect1.vercel.app
web3modal-laboratory-git-v3-walletconnect1.vercel.app
lab.web3modal.com
web3modal-laboratory-v3.vercel.app
7a98bb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
web3modal-react-wagmi-ex – ./
web3modal-react-wagmi-example.vercel.app
web3modal-react-wagmi-ex-git-v3-walletconnect1.vercel.app
web3modal-react-wagmi-ex-walletconnect1.vercel.app