You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
💡 Are you able to provide enough information to be able to reproduce your issue locally?
I can provide enough details to reproduce my issue on local environment.
Synpress version
4.0.0-alpha.7
Node.js version
21.6.2
Operating system
macOS
Run mode
Playwright + Synpress (as plugin)
CI platform (if applicable)
No response
Are you running your tests inside docker? (if applicable)
This issue could be related to docker.
What happened?
We are using Playwright for our Next.js app. I've used Synpress v4 and made the initial setup working. But when I build my app, I'm getting the following error:
../../node_modules/.pnpm/@synthetixio+synpress-metamask@0.0.1-alpha.7_@playwright+test@1.40.1_playwright-core@1.44.0_typescript@5.3.3/node_modules/@synthetixio/synpress-metamask/src/fixtures/metaMaskFixtures.ts:56:23
Type error: Property'HEADLESS'comesfromanindexsignature,soitmustbeaccessedwith['HEADLESS'].54|constbrowserArgs=[`--disable-extensions-except=${metamaskPath}`]55|>56|if(process.env.HEADLESS){|^57|browserArgs.push('--headless=new')58|59|if(slowMo>0){
What is your expected behavior?
Build the Next.js app as expected
How to reproduce the bug.
Relevant log output
-
The text was updated successfully, but these errors were encountered:
🔎 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
4.0.0-alpha.7
Node.js version
21.6.2
Operating system
macOS
Run mode
Playwright + Synpress (as plugin)
CI platform (if applicable)
No response
Are you running your tests inside docker? (if applicable)
What happened?
We are using Playwright for our Next.js app. I've used Synpress v4 and made the initial setup working. But when I build my app, I'm getting the following error:
What is your expected behavior?
Build the Next.js app as expected
How to reproduce the bug.
Relevant log output
-
The text was updated successfully, but these errors were encountered: