> I ended up writing a websocket layer to pass all the events and commands to a browser so playwright could drive the browser as if it were a tauri window.
I was just about to start doing something like this as well for end-to-end testing. Do you have that on Github or be willing to share more about your approach?
email me using the address in my profile and I'll send you the code. It's not pretty. I needed to vendor tauri too in order to change the visibility of one function.