hint icon indicating copy to clipboard operation
hint copied to clipboard

[Feature] Add a connector to use playwright

Open Th3S4mur41 opened this issue 2 years ago • 1 comments

🚀 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)

Th3S4mur41 avatar May 30 '22 14:05 Th3S4mur41

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.

antross avatar Jun 06 '22 19:06 antross