Replies: 1 comment 3 replies
-
This depends on the work in the linked branch / #776. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm aware that @danielroe and @mxschmitt are working on something regarding Playwright over at https://github.com/nuxt/test-utils/tree/feat/playwright-runner.
In the meantime I am wondering if one can launch Playwright in UI mode via @nuxt/test-utils? Debugging e2e without a headed browser can be kind of cumbersome. I tried fiddling around with
page.pause
andbrowserOptions.launch.headless = false
but could not get the browser to pause in my test(s).Beta Was this translation helpful? Give feedback.
All reactions