Max Schmitt
Max Schmitt
Actually not sure what the issue is, I found one issue with Electron, which might be a different bug. I was able to reduce the repro, so if you spawn...
The CSS stylesheets and images seem missing, could you provide a full repro?
I created a PR to electron-react-boilerplate which demonstrates a basic integration, it was working for me! https://github.com/electron-react-boilerplate/electron-react-boilerplate/pull/3284 Let us know what you do different.
Cool, since it's working I'm closing it for now, hopefully the upstream contribution into the boilerplate gets merged as well. If you still encounter issues, please re-file with a repro.
It's all open source, the React selector engine code is here: https://github.com/microsoft/playwright/blob/607910f6aae8d5182d6e271f9256f47a61ceee4b/packages/playwright-core/src/server/injected/reactSelectorEngine.ts I created a feature request out of the issue.
`.playwright-artifacts-` is a temporary folder, which is not intended to be used to view the assets. I tried to reproduce it and for me it successfully generated a video file...
if you want to continue test execution, you should remove serial, then tests will continue to run. Does this work for you?
Could you provide us your docker-compose_linux.yml and Dockerfile which you are using? So your host OS is macOS 12.4, could you confirm that? Are you using an intel mac or...
Could you provide us your docker-compose and Dockerfile?
Could you try it with the official Docker image instead? https://playwright.dev/docs/docker Also if you are not using it, you need to manually install dependencies: https://playwright.dev/docs/cli#install-browsers `playwright install --with-deps` aka. `python...