hint
hint copied to clipboard
[Feature] Add a connector to use playwright
🚀 Feature request
Description
Add a new @hint/connector-playwright to use playwright instead of puppeteer to run the tests
Details
This would be useful and avoid the extra downloads in cases where playwright is already used for e2e tests and/or for any other kind of runs that requires a browser (e.g. visual tests)
Thanks for the suggestion @Th3S4mur41!
I agree having a playwright connector would make sense for the project. I'm not immediately sure how much work would be involved to adapt the current puppeteer connector (or if it could even be enhanced to be a single connector that supports both), but this seems like a good item to keep around until we (or anyone else who's willing) have time to look into it further.