Cypress Web Automation: It’s Expanding Role in Macrosoft’s Web App Development Projects

By Venkatraman Rajaram, G.N. Shah, Ronald Mueller

Cypress Web Automation: It’s Expanding Role in Macrosoft’s Web App Development Projects

This is the next paper in our series of articles on future technology directions at Macrosoft. Our research teams are always on the lookout for new technologies that will automate and enhance quality of our development and QA processes. We are continually evaluating and moving to best in class technologies to better serve our clients.

This paper describes our evaluation and beginning implementation of Cypress.io for automated web application testing. We started taking a close look at Cypress about 3 months ago and are now convinced this is the way to go for front-end web application testing. There are several key advantages that we describe in this paper. We discuss these major benefits of using Cypress over our current testing tool Selenium for front-end web application testing. We feel strongly that shifting over to Cypress will significantly enhance and automate our web application work on behalf of our clients.

Download Full Whitepaper as PDF

This case study on Cypress is one example among many of the ways our technical teams actively seek out new and better methods for every step in our development and testing processes. Others will be highlighted in subsequent papers. Our enterprise development and testing processes and methodologies are continually undergoing innovation, and our developers and testers are continually undergoing new training to fully take advantage of these new tools and technologies.

Cypress is an open-source test automation tool for testing web applications. Unlike other automation tools, Cypress can also interact directly with web browsers and is capable of testing modern web applications based on React and AngularJS frameworks as well. 

Cypress uses its own architecture and can directly interact with web elements. It doesn’t use Selenium at its backend as with other UI testing tools we have evaluated in the market today. Cypress has its own rich set of powerful commands which it executes inside the browser itself, whereas Selenium executes its commands remotely using a server. 

Features of Cypress

Below we list the major features of Cypress that make it an excellent option for us to use in our testing work on web applications.

  1. Using Cypress, we can perform all kinds of testing: End-to-End, Unit, Integration, etc.
  2. Cypress supports most types of commonly used browsers like Chrome, Firefox, Edge, Electron, etc. It interacts with these browsers directly without help of any browser drivers.
  3. Cypress can take automatic screenshots of the application during the test run. This feature is called Time Travel. Once the test run has been completed, we are then able to see the captured screenshots in a section called Command Log.
  4. Cypress has a unique debugging feature: we can see the state of an application element before and after the command execution using a simple click of a button.
  5. The chances of getting flaky or irrelevant tests are very minimal.
  6. Cypress uses 2 modes of executing tests: GUI mode and Command-line mode.

Why Should We Switch to Cypress for Modern Web Testing?

Testing is one of the critical processes in successful application development. The success or failure of the application entirely depends on it. However, website testing is totally different from conventional software testing, and the complexity has increased greatly from what it was even 3-5 years ago. In the face of this much greater complexity, staying with the old testing tools and methods leads to much greater testing efforts and quality challenges.

Below are some of the hurdles and challenges to modern web testing efforts that now make web testing extremely challenging for testers, often causing delays and additional rounds of testing.

  • Dealing with XHR calls and web services
  • Short deployment sprints that often overlap with the major time periods involved in testing
  • Security of data
  • Very expensive to maintain the web applications due to lack of a well-defined infrastructure for testing these web applications
  • Dynamic behavior of web application due to modern development frameworks

These are some of the problems and challenges associated with Selenium. Selenium has been a major player in E2E web application testing for a decade now, but the modern web is different today. To overcome these shortcomings of Selenium, Cypress comes into the picture here.

Download trends

The six-month download trend comparison of Selenium WebDriver and Cypress clearly indicates that the Selenium vs Cypress battle has been intensifying in recent months. As shown, Cypress has been widening its lead in downloads over Selenium WebDriver over the last six months. Clearly this trend is indicative of the added usefulness and functionality of the Cypress test automation framework.

NPM Downloading Trends - Cypress vs Selenium

Differences Between Selenium and Cypress

In the table below, we compare Cypress with Selenium across most of the major features relevant to modern web application testing. While the first 5-6 features seem to indicate limited functionality for Cypress compared to Selenium, it is in the later set of features that the true value of Cypress comes to the fore.

FEATURESELENIUMCYPRESS
Programming LanguagesPython, C#, Java, Python, Ruby, JavaScriptJavaScript
Browser SupportChrome, Firefox, Internet Explorer, Microsoft Edge, SafariChrome, Edge, Firefox, Electron.
IntegrationsWide range of integration options — CI/CD tools, reporting tools, and more.Limited integration support with CI/CD tools when compared to Selenium.
Driver DependenciesAn appropriate browser driver must be installed so that the test script can talk to the corresponding web browser.No driver dependency.
Multi TabsSupported.Not supported.
Multiple browser instancesSupported.Not supported.
Execution SpeedSlow.Fast as Cypress scripts are executed within the browser.
Time TravelNot supported.Supported.
Real-time reloadsNot supported.Tests are reloaded when any change is made in the test implementation.
Automatic WaitingNot supported.No requirement to add waits or sleep in the tests. Cypress automatically waits for commands and assertions before moving to the next instruction.
Default Screenshots and VideosNot available by default, the developer must write code to achieve the same.Available by default.
Mobile TestingMobile Testing with Appium.Not supported.
Test FlakinessTests can be flaky.With Cypress, tests are expected to be non-flaky.

Download Full Whitepaper as PDF

Before and After Schematic of Cypress Infrastructure

The side-by-side charts below show the simplifications achievable with Cypress compared with our current web application testing environment based on Selenium tool. Clearly, as shown, very significant simplifications are possible with Cypress, and it is those advantages that have attracted us to start using Cypress for selected web application testing work.

Before and After Schematic of Cypress Infrastructure

Installing Cypress

Installing Cypress inti your test environment is straightforward and simple. It is all about the following two commands:

  1. npm init
  2. npm install cypress –save-dev

Installing Cypress will take around 2 to 3 minutes, based on network speed.

The first command creates a package.json file and the second command installs Cypress as a devDependencies array.

Sample Code

Cypress Sample Code

Sample Output

Conclusion

Cypress is a powerful web test automation tool for testing modern web applications. It supports the testing of all types of web elements easily using powerful in-built commands. It also supports the Page Object Model framework.

Macrosoft’s testing teams are now beginning to use Cypress in their web application testing and it is clear to us that with Cypress we are achieving very significant gains in automation, and in reducing the overall tester efforts, while achieving greater levels of quality testing. For us it is a clear advantage, one that we can pass onto our clients. Please feel free to contact us to discuss the advantages we see in using Cypress, we will be glad to share our experiences to date. Stay tuned for more papers from Macrosoft highlighting our advancements in tools and technology for use in all aspects of our company’s development and testing processes. We are constantly seeking new best-in-class tools and techniques that better the enterprise development work we do for our clients.

Share this:

By Venkatraman Rajaram, G.N. Shah, Ronald Mueller | August 25th, 2021 | Enterprise Services

About the Author

Venkatraman Rajaram, Team Lead - Quality Assurance

Venkatraman Rajaram

Venkatraman Rajaram is a QA Lead supervising the Macrosoft QA team by ensuring the quality of the projects to meet client expectations. He is an ISTQB Certified Agile Tester, Certified Jmeter Tester, Microsoft Test Associate (MTA) and holds ISTQB Foundation Level certification.

Venkatraman is a hands-on technology professional accustomed to working in a complex, project-based agile environment. Additionally, he supervises the QA team in developing and implementing quality-assurance and quality-control methodologies to ensure compliance with industry- recognized QA standards.Furthermore, he has received appreciations from clients and Macrosoft, and was awarded the best performer for one of our migration projects. Venkatraman holds a Bachelor of Engineering (B.E.) in Electronics and Communication Engineering.

G. N. Shah Chief Technology Officer of Macrosoft

G.N. Shah

Shah is a forward-thinking corporate leader with twenty years of experience delivering top-notch customer solutions in large scale and enterprise business environments. As a technology visionary and driver of strategic business systems development, allow Macrosoft to deliver best-in-class software solutions. Shah’s profound expertise includes business strategy, product development, enterprise-wide architecture, application migration, IT transformation, and international development management. Shah holds multiple professional and technical certifications, scholastic degrees, and an MBA.

Dr. Ronald Mueller Chairman and Founder of Macrosoft

Ronald Mueller

Ron is the Chairman and Founder of Macrosoft, Inc. He heads up all company strategic activities and directs day-to-day work of the Leadership Team at Macrosoft. As Macrosoft’s Chief Scientist, Ron defines and structures Macrosoft’s path forward. Ron's focus on new technologies and products, such as Cloud, Big Data, and AI/ML/WFP. Ron has a Ph.D. in Theoretical Physics from New York University and worked in physics for over a decade at Yale University, The Fusion Energy Institute in Princeton, New Jersey, and at Argonne National Laboratory.

Ron also worked at Bell Laboratories in Murray Hill, New Jersey., where he managed a group on Big Data. Ron's work focused around the early work on neural networks. Ron has a career-long passion in ultra-large-scale data processing and analysis including predictive analytics, data mining, machine learning and deep learning.

Recent Blogs

Advantages of Technology and IT Companies Partnering with Staffing Firms Offering Visa Sponsorship
Advantages of Technology and IT Companies Partnering with Staffing Firms Offering Visa Sponsorship
Read Blog
CCM in the Cloud: The Advantages of Cloud-Based Customer Communication Management
CCM in the Cloud: The Advantages of Cloud-Based Customer Communication Management
Read Blog
The Rise of Intelligent Automation: A Roadmap for Success
The Rise of Intelligent Automation: A Roadmap for Success
Read Blog
Accessibility and Inclusivity in CCM: Designing Communications for All Audiences
Accessibility and Inclusivity in CCM: Designing Communications for All Audiences
Read Blog
TOP