synpress
synpress copied to clipboard
Synpress is e2e testing framework based on Cypress.io and playwright with support for metamask.
After looking into playwright we think playwright is actually a better e2e testing framework than cypress. Because of this we plan on switching from cypress to playwright and copying some...
todo: - update ngrok container in docker-containers to latest (https://github.com/Synthetixio/docker-containers/tree/main/ngrok) - add ngrok basic-auth to docker-compose.ci.yml
Hey, I have this error during my pre commit hook. ``` $ git commit ✔ Preparing lint-staged... ❯ Running tasks for staged files... ❯ packages/frontend/.lintstagedrc.json — 2 files ❯ **/*.ts?(x)...
## Motivation and context Currently, Synpress requires users to build a cache of browser contexts with pre-configured wallets before running tests. This task aims to remove this constraint, allowing developers...
## Motivation and context Clearly and concisely describe the feature added/isses being solved. ## Does it fix any issue? #(issue) ## Other useful info N/A ## Quality checklist - [...
## Motivation and context Port and refactor additional wait for functions for MetaMask window stability ## Does it fix any issue? SYN-113 ## Other useful info N/A ## Quality checklist...
## Motivation and context We want to support keplr wallet and the cosmos ecosystem. Additionally we want to set a standard for multi-wallet cache support ## Does it fix any...
## Motivation and context Clearly and concisely describe the feature added/isses being solved. ## Does it fix any issue? #(issue) ## Other useful info N/A ## Quality checklist - [...
This PR aims to remove extra elements in the unordered list that precede the `Table of Contents` list. Additionally, I've changed `Table of Content` to `Table of Contents` -- Love...
[🐛 Bug]: Timeout 30000ms. while running cy.confirmMetamaskTransaction() method after latest update
### 🔎 Have you searched existing issues to avoid duplicates? - [X] I have made sure that my issue is not a duplicate. ### 🧪 Have you tested your code...