Max Schmitt

Results 773 comments of Max Schmitt

(Caused by the last NPM release)

I can repro with Chromium ToT (105.0.5165.0) as well as normal chromium on macOS and linux. Its connected to the logic that animations are getting disabled. Stack trace: ``` pw:browser...

Playwright does not respect the tsconfig target nor the babel config. For more advanced setups we recommend compiling the TypeScript tests manually see this guide: https://playwright.dev/docs/test-typescript#manually-compile-tests-with-typescript We can keep this...

Yes it does support Electron 18. Could you provide us a minimal reproducible what exactly is not working so we can run it locally and find out if the Electron...

Can you provide us a repro which we can run locally? I can our tests on Electron 18 and they pass for me (except unrelated failures where we work separately...

I tried to reproduce but it was working fine for me - could you provide us a full repro in form of a Git repository?

No, we need a minimal reproducible, see here: https://stackoverflow.com/help/minimal-reproducible-example

No I'm sorry that we can't accept whole codebases, we need a minimal reproducible in form of a Git repository.

Very helpful repro, so what I know so far, that its caused by the [child_process.fork](https://nodejs.org/api/child_process.html#child_processforkmodulepath-args-options). Would be helpful to understand what's all happening in `assets/index.js` but unfortunately it's minified. Building...

Thank you! I was able to find out the root cause, it's `show: false` which leads into this edge-case. If you set this to `show: true` instead, it should work...