Following on from my previous blog post here about getting Cypress working with Microsoft Edge, I have released versions that you can test out yourself 🙂
An example repository here:- https://github.com/YOU54F/cypress-edge
- Download Microsoft Edge for Mac (Canary Build) for MacOS here
- Make a new directory
- Run
export CYPRESS_INSTALL_BINARY=https://github.com/YOU54F/cypress/releases/download/v3.2.0-edge.1/cypress-3.2.0-edge.1.zip
- Run
npm init
- Run
npm install @you54f/cypress --save
- Run
node_modules/.bin/cypress open --browser edge
to open in interactive mode, and setup Cypress.io‘s example project - Run
node_modules/.bin/cypress run --browser edge
to run in command line mode. - Rejoice & please pass back some appreciation with a star on the repository! Thanks 🙂
One thought on “The new Chromium-based Microsoft Edge for Mac has been leaked — And it works with Cypress, and now you can test it too!”