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

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?

enhancement

importPk button is now primary so selector should be ```importButton: `${importAccountSelector} .btn-primary` ```

bug
metamask-10

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...

Add support for metamask post-EIP1559 (metamask >9).

enhancement

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...

cypress

**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...

electron

Would be nice to have typescript support

enhancement
hacktoberfest