Remove api-testing-with-cypress
article thumbnail

Cypress: challenge your fast feedback loop

Xebia

And somehow, we as Test Engineers or Developers have a role to play, which often has to do with giving our customers software they can rely on. To rely on the software we build, we test. To scale these tests and to make them repeatable (read: not affected by the absence of caffeine) we automate them.

Testing 130
article thumbnail

E2E Testing with Cypress Automation: UI & REST API

Gorilla Logic

In this blog post, I will share my experience about Cypress automation technology. Cypress is an excellent end-to-end automation framework for web applications ( Cypress.io: JavaScript End to End Testing Framework ); it is written in JavaScript and used for UI and REST API test automation.

Testing 56
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Implementing Page Object Model in Cypress for Efficient Test Automation

Perficient

Cypress has grown in popularity as a powerful end-to-end testing framework for web applications due to its fast execution, real-time feedback, and robust API. Many teams use design patterns like the Page Object Model (POM) to further improve test automation. What is the Page Object Model (POM)?

Testing 52
article thumbnail

Elevating Test Automation: A Deep Dive into Data-Driven Testing Techniques with Cypress

Perficient

Testing is critical in ensuring the reliability and quality of applications in the dynamic landscape of software development. Data-driven testing is one approach that has gained traction in recent years, and when it comes to web applications, Cypress has emerged as a powerful tool for implementing this methodology.

Testing 52
article thumbnail

Playwright vs Cypress: The King Is Dead, Long Live the King?

Apiumhub

QA automation tools are an essential part of the software development process because they enable developers to test the functionality and performance of their apps before making them available to the public. There are many different QA automation tools available, among them Cypress and Playwright. await page.locator ('text=Blog').click();

Testing 74
article thumbnail

Migrating Cypress Tests from a Github Action to a Netlify Build Plugin

Netlify

The Netlify engineering team runs our end-to-end tests with Cypress. For a long time, we’ve run our Cypress tests using a GitHub action. In this blog, we’ll talk about why we decided to migrate from GitHub actions to a Netlify Build Plugin, and how the migration went. Plugin setup.

Testing 97
article thumbnail

How To Set up E2E Testing for Single Page Applications

MagmaLabs

Reading Time: 9 minutes Have you ever had the need to work on Integration or End-to-end (E2E) tests for a Single Page Application made in Javascript that uses a remote backend API? In a nutshell, the architecture that we decided to follow for our Single Page Application test suite looks like this: Uses JavaScript as the main language.

Testing 52