synpress
synpress copied to clipboard
Synpress is e2e testing framework based on Cypress.io and playwright with support for metamask.
While running the setupMetamask i got this issue? Is there someone having the same problem? ``` setupMetamask, Object{3} CypressError cy.task('setupMetamask') failed with the following error: > Cannot read properties of...
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.7. Release notes Sourced from actions/cache's releases. v3.0.7 What's Changed Fix for the download stuck problem has been added in actions/cache for users who were...
 I clone this repository: https://github.com/yvesbou/synpress_metamask_login After that, I edit file plugins/index.js to register cy.task() ``` js "use strict"; var _plugins = _interopRequireDefault(require("@synthetixio/synpress/plugins")); function _interopRequireDefault(obj) { return obj && obj.__esModule...
# Description - Upgrade Cypress to v10 - Upgrade puppeteer to v15 - Make tests work standalone
If this isn't possible, perhaps you can advise on the best approach for getting the transactionHash on a pending transaction after confirming it with Synpress? Thanks for the great work.
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.17 to 2.1.18. Changelog Sourced from github/codeql-action's changelog. CodeQL Action Changelog [UNRELEASED] No user facing changes. 2.1.18 - 03 Aug 2022 Update default CodeQL bundle version to...
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.3.1 to 10.4.0. Commits ee17719 fix: windows CI with Vite 3 (#23052) 51ef99a chore: reverting #22742 (#23047) 4d3ad9e Merge branch 'master' into develop cbb5e35 feat: warn when...
│ Cypress: 9.5.3 │ │ Browser: Chrome 103 │ │ Node Version: v17.3.1 (/usr/local/bin/node) │ │ Specs: 1 found (login.specs.ts) | This is happening in the 1) "before all" hook...