DEV Community

Discussion on: Let's write e2e tests for a React application with Cypress

Collapse
 
andrewkeyboardwarrior profile image
Andrew Gibson

Thank you for your response.

Help me understand, what's the point of having e2e tests if I can't run them on Internet Explorer, Safari and mobile browsers?

Not all users are using Chrome and Firefox.

Even Selenium works on more browsers.

We're currently using Endtest, since it supports all major browsers.

Thread Thread
 
jamesgeorge007 profile image
James George • Edited

Choosing a testing framework depends on one's use case. Hopefully Cypress would be supporting more browsers in the near future.
github.com/cypress-io/cypress/issu...