Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Workarounds for testing cross browser functionality using Cypress?

I understand that at the moment Cypress.io does not have any cross browser testing capabilities. Despite that, I love the functionality and ease that it accomplishes most tests. However, I was just curious of anyone implementing a cross browser testing plan with an original automation strategy in Cypress!

Basically how do you cover the lack of cross browser testing until Cypress releases this functionality.

Thanks

like image 869
mbharrat Avatar asked Sep 20 '25 01:09

mbharrat


1 Answers

Currently, nobody has put together any separate libraries to cover this.

However, it is in Cypress.io roadmap and seems to be their main focus currently along with adding Saucelabs support.

See here: https://github.com/cypress-io/cypress/issues/310

Currently, it seems like just a bit of a waiting game, I expect a big release of this feature in 2019.

like image 163
mvoase Avatar answered Sep 23 '25 02:09

mvoase