Run Cypress Tests Using WebKit Browser

1 ยท Gleb Bahmutov ยท Sept. 27, 2022, 1:38 p.m.
This blog post shows how to run Cypress tests using WebKit browser (the browser engine behind Safari) on your local machine and on GitHub Actions Linux CI. We will avoid blindly running all tests across the browsers. Instead I prefer to execute all tests on one browser, and run just some tests on other browsers using cypress-grep test tags. For introduction to the Cypress test tags, read the blog post How To Tag And Run End-to-End Tests.๐ŸŽ You can find the source code used for this blog post in t...