Is that possible to test on macOS+Safari using Puppeteer?

Hi! Is that possible to test on macOS+Safari using Puppeteer? I dont see it as an option in docs for Puppeteer integration here Test Execution Setup For Running Puppeteer Tests | LambdaTest

Hi Mark,

For testing on macOS+Safari using Puppeteer refer this article -
Automated Testing with Puppeteer.

With Puppeteer you can test your website on all chromium based browsers, including Chrome, Microsoft Edge Chrome, and Chromium.

These browsers are used by a large number of users, so it’s important to make sure your website behaves correctly on these browsers.

You can test various versions of each browser, going from the latest browser all the way to the oldest supported version by Puppeteer.

Right now, Safari (WebKit), Firefox, and IE are not yet supported.