synpress icon indicating copy to clipboard operation
synpress copied to clipboard

Synpress is e2e testing framework based on Cypress.io and playwright with support for metamask.

Results 168 synpress issues
Sort by recently updated
recently updated
newest added

Could we please merge #443 so that that synpress is compatible with Mac M1? Currently, synpress uses cypress 9.5.3 which is below 10.2.x. All versions of cypress after 10.2.x are...

Hey , I am working on automation testing of Dapp. Till now everything went smoothly , like Dapp connected with wallet and before that MM was smoothly initialised . But...

I have an issue when running synpress it opens the browser and page successfully, but the metamask page stays empty and then the app crashes. The terminal error: We stopped...

The docs describe only needing a private key or seed phrase. The error when trying to run also says you need either or... however the code checks for the existence...

bug 🐛
enhancement
hacktoberfest

Hey I have some questions around the synpress.json configuration. I started to use synpress. I followed this [tutorial](https://medium.com/andamp/how-to-setup-synpress-for-wen3-dapp-frontend-test-automation-with-metamask-73396896684a), which is really great! But it didn't explain everything I needed. I...

I can create/import wallets/accounts and name them anything I'd like. In the latest test I've have a 'default QA', Account 0, Account 1, Account 2, Account 3. CreateNode_account0.js - this...

My test script is below.the issue is random so sometimes the tests are passed and sometimes it fails. I am running on ubuntu with latetst verion of synpress. I can...

Hello. I'm using synpress as a plugin by adding it on the cypress configuration. I'm using the following two commands local debug: `"cy:open": "CYPRESS_REMOTE_DEBUGGING_PORT=9222 cypress open"` dashboard is cool to...

Hello, I had trouble confirming multiple transactions in a row. I have a loop that confirms them as follows (we know the number of transactions in advance): ``` cy .wrap(Array.from({...