emeth-defi-automation / portfolio-management-platform

0 stars 1 forks source link

Synpress alplha v7 with playwright 1.44 sync verification #183

Closed marcinlesek closed 4 months ago

marcinlesek commented 4 months ago

I got message from Synpress core tam member that they just released alpha.7 that should properly work with latest playwright version 1.44. Testing it here as it can be a solution for our troubles with CI run. 🙏🏻

marcinlesek commented 4 months ago

I was trying to use Synpress CI setup and web3modal CI and Playwright setup and all of them work this same way (tests are running but w3m is not showing up).

After extra diggin' in traces, I found out that we have error related to w3m that probably is causing that it's not showing up:

web3modal:constructor - wagmiConfig is undefined
Error: web3modal:constructor - wagmiConfig is undefined
    at new rr (http://localhost:3000/build/q-CROJxfxf.js:1:22313)
    at ar (http://localhost:3000/build/q-CROJxfxf.js:1:29641)
    at lr (http://localhost:3000/build/q-CROJxfxf.js:1:29779)
    at u (http://localhost:3000/build/q-Bs5Uw0jd.js:1:720)
    at m (http://localhost:3000/:2:8606)
    at async HTMLDocument.v (http://localhost:3000/:2:8781)