Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Appium
Score 9.0 out of 10
N/A
N/AN/A
Cypress.io
Score 7.6 out of 10
N/A
Cypress (or Cypress.io, also the name of the company in Atlanta that develops the tool) is a testing tool with the capability to run tests across multiple browsers, that aims to make setting up, writing, running and debugging tests easy.N/A
WebdriverIO
Score 9.8 out of 10
N/A
WebdriverIO, an OpenJS Foundation project, is a next-gen browser and mobile automation test framework for Node.js. It can be run on the WebDriver Protocol for true cross-browser testing as well as Chrome DevTools Protocol for Chromium based automation using Puppeteer.N/A
Pricing
AppiumCypress.ioWebdriverIO
Editions & Modules
No answers on this topic
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
AppiumCypress.ioWebdriverIO
Free Trial
NoNoNo
Free/Freemium Version
NoNoNo
Premium Consulting/Integration Services
NoNoNo
Entry-level Setup FeeNo setup feeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
AppiumCypress.ioWebdriverIO
Considered Multiple Products
Appium
Chose Appium
Most of mobile testing tools which are available in the market are paid license tools. But Appium is Open source mobile testing tool. We can create customised automation framework using Appium. It also supports various languages such as Java, Javascript etc. And also supports …
Cypress.io
Chose Cypress.io
Execution speed and interactive debugging tool is very easy. you can make changes in the fly and test will run automatically, thus saving more time debugging your code. Can easily be intergrated to to CI/CD pipeline.
Chose Cypress.io
Cypress.io is easy to start with and is independent of other automation tools. Unless we are looking for automating every edge case, Cypress.io can do it without using any plugins. Also, when a test fails, we can travel back to the state in which the test failed (aka time …
WebdriverIO
Chose WebdriverIO
Other tools we selected don't work in our application, it does or doesn't support multiple frames or need more tweaking just to make it works. When testing out WebdriverIO it just works as expected, no need to do such walk around to make it works multiple frames. It also can …
Chose WebdriverIO
Stands out as a clear leader. The fact that there are so many integrations and the simplicity of writing code should make you want to select WebdriverIO. However, the full-feature nature of this framework is what sets it apart. I hope to be able to get this framework going soon!
Best Alternatives
AppiumCypress.ioWebdriverIO
Small Businesses
Swiftify
Swiftify
Score 9.0 out of 10
BrowserStack
BrowserStack
Score 8.5 out of 10
BrowserStack
BrowserStack
Score 8.5 out of 10
Medium-sized Companies
Swiftify
Swiftify
Score 9.0 out of 10
BrowserStack
BrowserStack
Score 8.5 out of 10
Selenium
Selenium
Score 8.3 out of 10
Enterprises
Swiftify
Swiftify
Score 9.0 out of 10
Selenium
Selenium
Score 8.3 out of 10
BrowserStack
BrowserStack
Score 8.5 out of 10
All AlternativesView all alternativesView all alternativesView all alternatives
User Ratings
AppiumCypress.ioWebdriverIO
Likelihood to Recommend
9.8
(10 ratings)
9.0
(3 ratings)
9.0
(5 ratings)
Likelihood to Renew
10.0
(1 ratings)
10.0
(1 ratings)
-
(0 ratings)
Usability
9.0
(1 ratings)
-
(0 ratings)
-
(0 ratings)
User Testimonials
AppiumCypress.ioWebdriverIO
Likelihood to Recommend
JS Foundation
1. It's open source which supports range of languages, operating systems and languages. Well suited for Android and IOS mobile automation. Supports all kinds of apps, which makes it flexible and robust mobile testing tool 2. It is less appropriate where we need intercept network call to verify the API calls. Extensive coding experience is required to work Appium
Read full review
Cypress.io Inc
Everything web-based should be testable. Even our highly dynamic content-providing web application works well. Hopefully, it will get a bigger user base in the future so that one can find even more support at StackOverflow or similar forums.
Read full review
Open Source
Best suited where frontend developments are in React and where BDD and TDD test frameworks are to be used. Its syntax is very easy to write and understand. Even the non-programmer can do the initial setup. Not suited when the language you are using is other than Javascript(or Typescript).
Read full review
Pros
JS Foundation
  • It uses WebDriver API so it makes it easy to use for former web test automation engineers.
  • It can be managed via the command line via an extensive set of parameters.
  • It handles implicit waits at the server side that is especially valuable in distributed infrastructure.
Read full review
Cypress.io Inc
  • Cypress automatically waits for DOM elements before interacting dev, this eliminates adding explicits waits in your code.
  • Has built-in recording and debugging tool.
  • Cypress has executions faster since you can update your code in the fly.
  • Very easy to configure / setup
Read full review
Open Source
  • numerous integrations to tools
  • fast easy location of page elements
  • tool setup is amazing - they have a script to walk you through everything with prompts!!
Read full review
Cons
JS Foundation
  • Element browser sometimes is unreliable and has sporadic fails.
  • Appium running is a bit slow, compared to tests written with Appium and with Espresso or XCTest.
Read full review
Cypress.io Inc
  • There are a lot of plugins but several of them have many errors. So Cypress.io should work integrating more features so that people should not rely on these plugins. For example, many people use cypress-cucumber-preprocessor and Cypress.io can start by integrating Gherkin support by default so that reliance in plugins are decreased.
Read full review
Open Source
  • wdio.conf can contain too much where everything is encapsulated there, like the before and after functions
  • A data provider-like testing would be useful. The only way to input different data into the same test is via a loop
  • everything is needed to be done using the 'browser' object. Can be limiting where you don't have access to the browser depending on where you are in the code
Read full review
Likelihood to Renew
JS Foundation
I am rating 10/10 because Appium can use with multiple programming languages with multiple Test engines. Also, it works for both Android and iOS.
Read full review
Cypress.io Inc
Highly satisfied and [a] big fan.
Read full review
Open Source
No answers on this topic
Usability
JS Foundation
I would like to give 9/10 rating to Appium because of it can easily integrate with popular frameworks and CI/CD tools, as well as it is reliable, flexible and easy to use. The setup can bit complex in initial step, but once on configured it's very easy to use and enables stable and scalable mobile automation for real and cloud devices.
Read full review
Cypress.io Inc
No answers on this topic
Open Source
No answers on this topic
Alternatives Considered
JS Foundation
If you're an Apple developer, you use Xcode. It's practically a forced necessity. For system testing though, it doesn't have to be. You can have your development team focus on unit and integration tests in their platform and another team automate acceptance tests with a language they are more familiar with.
Read full review
Cypress.io Inc
Execution speed and interactive debugging tool is very easy. you can make changes in the fly and test will run automatically, thus saving more time debugging your code. Can easily be intergrated to to CI/CD pipeline
Read full review
Open Source
Other tools we selected don't work in our application, it does or doesn't support multiple frames or need more tweaking just to make it works. When testing out WebdriverIO it just works as expected, no need to do such walk around to make it works multiple frames. It also can handle multiple tabs and windows.
Read full review
Return on Investment
JS Foundation
  • Appium is open source, so it's free. That's budget friendly right there.
  • The ability to write mobile automation tests has saved considerable time for our manual test team, but that is true with most automation tests.
  • We use Sauce Labs with our other automation, but Appium works great with Sauce Labs, as well, if I needed to run on emulators and simulators.
Read full review
Cypress.io Inc
  • Flaky tests can be caught easily
  • Regration testing of application with Cypress.io helps to maintain quality of the software product.
Read full review
Open Source
  • It helped in cross browser testing
  • It helped in automating multiple browsers at a time.
  • Code coverage is optimum as this supports Javascript(Typescript)
Read full review
ScreenShots