How to Run Cypress Test in Safari Browser

Miktad Öztürk
Sep 16, 2022

In previous versions we could not run tests in Safari browser with Cypress. But now Cypress version 10.8.0 has added experimental feature to support running tests in Safari browser.

“Cypress has experimental support for WebKit, Safari’s browser engine. Testing your app with WebKit is representative of how your app would run in Safari.” — cypress.io

So how will it be, by following these steps:

  1. First install the latest version on Cypress. (Current v.10.8.0)
  2. Add playwright-webkit:

--

--