Running on older browser versions #14247
Unanswered
keponk
asked this question in
Questions and Help
Replies: 1 comment
-
You can download an earlier Chromium version and run Cypress within that downloaded browser. We have a utility to help find older versions of Chromium https://chromium.cypress.io/ but our utility only goes back so far, not to 51. So yes, you can download Chromium 51 and run Cypress against it. We do not guarantee that older versions work as intended since we only test the latest version against Cypress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking into cypress as a possible candidate to test react apps that will run on an embedded device. This device will be running chromium v51 ~2016. I don't have relationship to the device itself to bump up the chromium version so that's what I get to deal with.
I was wondering a couple things
I could of course wave away the browser version and trust my webpack config to spit out ES5 javascript, but I would feel better to know I can test against the specific browser I care about. I want to leverage the fact that I know exactly which browser/version my users will be running this app on.
Beta Was this translation helpful? Give feedback.
All reactions