thefrontside / simulacrum

A simulation platform for use during testing, during development and for high-fidelity application previews
85 stars 14 forks source link

Playwright support? #255

Open dugisu opened 1 year ago

dugisu commented 1 year ago

I see that this library has Cypress support, but what would it take too configure it for Playwright in Node?

cowboyd commented 1 year ago

@dugisu You would just need to call the @simulacrum/client from within Playwright or Node in order to connect to the simulacrum server and start your simulation before running your tests.