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
Is your feature request related to a problem? Please describe.
When developing for a project and using a test runner's --watch mode, chromium and wallet popup windows constantly get in the way of typing.
Describe the solution you'd like
Would like dappwright to take advantage of Playwright's headless mode to make this more of a seamless experience.
Additional context
I've tried flipping the flag to true and running the tests. The behaviour of playwright seems to change because it hangs waiting for the Metamask window.
browserContext.waitForEvent: Timeout 30000ms exceeded while waiting for event "page"
25 | const wallet = getWalletType(id);
26 |
> 27 | if (browserContext.pages().length === 1) await browserContext.waitForEvent('page');
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
When developing for a project and using a test runner's
--watch
mode, chromium and wallet popup windows constantly get in the way of typing.Describe the solution you'd like
Would like dappwright to take advantage of Playwright's headless mode to make this more of a seamless experience.
Additional context
I've tried flipping the flag to true and running the tests. The behaviour of playwright seems to change because it hangs waiting for the Metamask window.
Beta Was this translation helpful? Give feedback.
All reactions