Use it with playwright to report an error
Version
3.2.11
Reproduction link
Steps to reproduce
Context:
- Playwright Version: latest
- Operating System: Mac
- Node.js version: 16.x
- Browser: Chromium
- Extra: none
Describe the bug
I tried to use playwright, electron and vue together, but got an error.
Like this:
If I did not introduce playwright, there would be no error, everything is normal. But if I introduce it, I will get this error.
The same program, I run normally without using vue+electron, but once I use them, things get worse.
I know this may have something to do with playwright, but I still created an issue here, I also asked the same question in playwright, I hope to get an answer.
What is expected?
Can successfully combine electron, vue and playwright.
What is actually happening?
The program threw an error.