DEV Community

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

Collapse
 
andrewkeyboardwarrior profile image
Andrew Gibson

Sorry, but BrowserStack and Sauce Labs are just services that offer VMs with browsers.

You still have to write your own Selenium framework, you still have to store your tests in a repository, you still have to do all the work.

We use Endtest because it offers an easy way to create and execute tests and a cross-browser cloud infrastructure.

Thread Thread
 
gautamkrishnar profile image
Gautam Krishna R • Edited

Endtest looks good. I never had a chance to try it. I had used browserstack for some of my projects. They have an open-source grants program that lets you use browerstack for free for your open source project.