Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cypress with Sauce Labs

In the Cypress docs they states (under the "Sauce Labs" subsection):

Cypress’s API is written to be completely compatible with Sauce Labs, even though our API is not Selenium based at all. We will be offering better integration with Sauce Labs in the future.

I take this to mean that there is a way to run Cypress tests in Sauce Labs but with some limitations. But I can't find instructions on how to achieve this.

Does anyone know if this is possible yet? And if so... where could I find info on setting it up?

like image 389
Maurice Avatar asked Mar 28 '18 19:03

Maurice


People also ask

Does Sauce Labs support Cypress?

Sauce Labs supports running Cypress tests in the environments that are supported by the Cypress test runner. This means you can run using the Chrome, Microsoft Edge, and Firefox browsers.

What is Cypress used for in testing?

Cypress is a purely JavaScript-based front-end testing tool built for the modern web. It aims to address the pain points developers or QA engineers face while testing an application. Cypress is a more developer-friendly tool that uses a unique DOM manipulation technique and operates directly in the browser.

Is Cypress testing easy?

Cypress is easy to learn and use which makes it a perfect E2E testing tool for beginners. What is even better, simplicity does not mean that Cypress capacities are restricted. It provides much more great features that you will be happy to discover after your testing experience advances.


1 Answers

It seems SauceLab's support of Cypress is not ready yet:

We currently don't support Cypress at this time, but it is recommended to upvote the following feature request in our Customer Idea Portal, where our Product team directly reviews input from our customers and prioritizes what will be implemented next based on demand.

https://saucelabs.ideas.aha.io/ideas/SLIDEA-I-286

like image 55
Dirty Henry Avatar answered Sep 29 '22 07:09

Dirty Henry