-
Hi Percy team! As a former Puppeteer user, and a current Playwright user, will you guys ever officially support Playwright integration? Currently I the following package: [(https://www.npmjs.com/package/percy-playwright)] It does the job great, but it always better to have official support :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey @barakbs1! I don't believe we'll add a playwright specific SDK since the API between Puppeteer and Playwright are almost exactly the same. It looks like the linked package renames everything from I'm not opposed to it 100% because it is a little obtuse to use this SDK for playwright, but creating that package seems like it's instant tech debt since it's 99.99% a copy-paste of this SDK. |
Beta Was this translation helpful? Give feedback.
-
@Robdel12 it indeed works with just the puppeteer package but the typing doesn't match (so I have to use |
Beta Was this translation helpful? Give feedback.
-
We ended up shipping essentially a duplicate of the puppeteer package: https://github.com/percy/percy-playwright |
Beta Was this translation helpful? Give feedback.
We ended up shipping essentially a duplicate of the puppeteer package: https://github.com/percy/percy-playwright