Tapas Adhikaryatapas.hashnode.net·Sep 20, 2022How to perform an end-to-end test of a React app using CypressOriginally Published on Bugfender UI is nothing without UX. While user interface development is essential, it means nothing if it doesn’t lead to a good user experience. So whenever us devs add a new feature, or modifies the existing one, we must en...46 likes·640 readsGeneral Programming
JoBinsforJoBins Engineeringjobins.hashnode.net·Mar 28, 2022Getting started with Cypress - End-to-End Testing ToolAutomated testing has become very essential in modern application development as it ensures a higher level of quality. At the base level of software testing pyramid we have many tools for writing unit tests. Then in the middle we have integration tes...43 likes·360 readsCypress
Anuraganuragkr.hashnode.net·Feb 25, 2022Basics of E2E Testing and Integrating Cypress with Next.js👋 Hello fellas! It's been a while since I posted an article. As developers, we always want to deliver the best products to users. And Testing is a crucial part of this process. One of the commonly used testing techniques is E2E testing. 💡 E2E Tes...39 likes·3.6K readsTesting
Uma VictorforOpen Replay's Technical Blogopenreplay.hashnode.net·Apr 26, 2023End-to-end (E2E) testing with CypressAs your web application gets larger, it becomes harder to write bug-free code; you'll need to integrate tests into your application sooner or later. There are a plethora of testing libraries for React, but in this article we will learn how to get sta...27 readsReact
Marek Królbasssoft.hashnode.net·Apr 16, 2023Running parallel Cypress tests in TeamCity using dockerThe Problem Not that long ago I stumbled across the problem of running Cypress tests in parallel to speed up the testing process. Unfortunately, our project setup required me to run those tests on a single TeamCity agent. The problem was that Cypress...Cypress
Kosalai VforAxelerantaxelerant.hashnode.net·Apr 11, 2023Unlocking Free Cypress Parallelization And Automated Slack Reporting with Github ActionsIntroduction In this article, you’ll learn a method for efficient testing with Cypress: Parallel tests without Cypress Cloud (Dashboard) using cypress-split. Consolidated report for failed Cypress tests with screenshots & videos. Slack notificatio...5 likes·48 readsCypress
Gagneet Singhthoughtsatwork.hashnode.net·Mar 31, 2023Cypress and Playwright: Two Powerful Tools for Web TestingWeb applications are complex and dynamic, and they need to work well across different browsers and devices. Testing web applications is challenging, but also essential to ensure quality and user satisfaction. Fortunately, there are many tools and fra...1 likeCypress
NearFormforNearFormnearform.hashnode.net·Mar 30, 2023How We Improve the Reliability of Cypress TestsBy Lucas Contreiro Introduction We have a project in the health and research area where the main functionality of the client is to submit forms with several fields (more than 100) in several different ways — selectors, multi-selectors, open fields, a...1 like·28 readsiwritecode
Theo VasilisforApify Blogapify.hashnode.net·Mar 22, 2023Cypress vs. Selenium: choosing the right web testing and automation framework for your projectWe explore the advantages and disadvantages of Cypress and Selenium to help you decide which one to choose for your web testing and browser automation needs. But here’s the kicker: you might not even have to make that choice. Cypress and Selenium are...Cypress
Lucas SchnürigerforSoftware Engineering Cornersoftware-engineering-corner.hashnode.net·Mar 20, 2023Cypress app actions with AngularIt came as no surprise when the Angular team announced last August on their official blog that they've decided to deprecate Protractor. They've been public about evaluating the future of Protractor. Version 12 of Angular already added support for oth...2 likes·215 readsWeb Development
Peter IbeabuchiforOpen Replay's Technical Blogopenreplay.hashnode.net·Mar 9, 2023Continuous Integration testing for APIs with Cypressby Peter Ibeabuchi An essential aspect of building a project is evaluating and verifying that the software product or application works as it ought to. Testing software ensures it performs optimally, allowing developers to detect and fix bugs and ano...29 readsContinuous Integration
Kailash Pathakkailashpathak0.hashnode.net·Mar 3, 2023How To Use Cypress Intercept For Handling Network RequestsBefore intercepting network requests, one of the main challenges was that it was difficult to debug and diagnose network-related issues. Developers needed more visibility into what was happening with network traffic between a client and a server. Int...cypress automation
Ákos Kőművesakoskm.hashnode.net·Feb 8, 2023How to speed up your integration testsIn this post, I'll show you how we speed up the build process for one of our clients. Now they can run 40% more builds on the same budget. I must admit I’m a huge fan of unit tests. Some of my early blog posts are about unit testing. Unit tests are f...13 likes·364 readsTesting