[🐛 Bug]: Can't run synpress 3.7.2-beta.9 in Github Actions (cy.task('setupMetamask')
timed out after waiting 120000ms
.)
#1071
Labels
cy.task('setupMetamask')
timed out after waiting 120000ms
.)
#1071
🔎 Have you searched existing issues to avoid duplicates?
🧪 Have you tested your code using latest version of Synpress?
💡 Are you able to provide enough information to be able to reproduce your issue locally?
Synpress version
3.7.2-beta.9
Node.js version
20.10.0
Operating system
Linux
Run mode
Synpress (standalone)
CI platform (if applicable)
Github Actions
Are you running your tests inside docker? (if applicable)
What happened?
After updating from older versions of synpress, all tests fail on Github actions at "before all" hook step, with no additional logs.
Video recordings don't show anything from the metamask window.
Tested with both
headful
anddebug
github actions examples (see reproduction below).What is your expected behavior?
Tests should run normally on Github actions without error at setupMetamask() step.
How to reproduce the bug.
Reproduced repo can be found here
Steps to create this repo:
npx create-next-app@latest nextjs-blog --use-npm --example "https://github.com/vercel/next-learn/tree/main/basics/learn-starter"
tests
(support.js & synpress.js inspired from official config).github/workflows
(taken from debug github action example)An example of a failed workflow can be found here
Relevant log output
No response
Updates
yarn
topnpm
. The issue remains.The text was updated successfully, but these errors were encountered: