Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can we setup Cypress for IE and Edge?

I need to use Cypress for testing angular and react application on Internet Explorer and Microsoft edge. I have gone through some links which mentions that Cypress supports only Chrome, Chromium and Electron. Is it true ? if not the how can i use it for testing IE and Edge.?

like image 653
Nikkie08 Avatar asked Jan 27 '23 08:01

Nikkie08


1 Answers

As per the documentation Canary, Chrome, Chromium and Electron are supported.

Cypress supported browsers

Which means you cannot make a test with IE or present Edge browser.

But you can try to make a test with new MS Edge Chromium. As it is using Chromium browser engine, It should work with Cypress.

The pre launched version is available to download. You can download it from link below.

Download link for new Edge Chromium

like image 170
Deepak-MSFT Avatar answered Feb 18 '23 21:02

Deepak-MSFT