synpress
synpress copied to clipboard
Synpress is e2e testing framework based on Cypress.io and playwright with support for metamask.
I have a script that does the initial setup and imports the accounts I need for testing. I then change the support/index.js to SKIP_METAMASK_SETUP and INSTALL. As I got through...
Hi, is there a function that I can use to add/import a token?
importPk button is now primary so selector should be ```importButton: `${importAccountSelector} .btn-primary` ```
I cannot run my tests cuz cypress thinks that `cy.task('setupMetamask')` is not finished Metamask setup goes smooth, then first test cannot start because cypress hangs on before all hook. Extending...
It seems that metamask doesn't work well with Synpress if it's run with `"chromeWebSecurity": false` flag. There seems to be some issues with connection between metamask and browser in this...
**EDIT: I might just be dumb, this probably shouldn't work with Electron, right?** Getting the following issue only when running Electron. The first issue I was getting was with the...