mbharrat
mbharrat

Reputation: 43

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

Upvotes: 4

Views: 1450

Answers (1)

mvoase
mvoase

Reputation: 574

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.

Upvotes: 2

Related Questions