Introduction In today's globalized world, it is essential for web applications to cater to...
Radical simplicity in software design and development refers to the principle of creating systems,...
In the world of test automation, success isn't just about writing tests that pass or fail—it's about...
Learn how to log into different environments with Cypress, protecting sensitive data, such...
Unveiling Cypress's Power: Testing Internet Outages and Recoveries with Precision Testing...
Learn how to define which browsers will be available to run tests with Cypress Cypress is...
Learn how to read information saved in the browser window, such as what is held in the...
Get to know one of the differences between the commands cy.get and cy.contains Here's a...
Learn how to make your automated tests faster by authenticating via API Automated...
Learn how to improve the readability of automated tests written with the Cypress...
Random fixtures? Yes, it is possible! One of these days, in the Cypress-BR group on...
On July 31, 2021, I had the pleasure of participating in the Minas Testing Conference, where I spoke...
Add testability on day one, and get rid of unnecessary complexities First, let me give you...
Understand the differences between cy.request and cy.intercept and use them to write robust...
Don't get stuck using Cucumber to make use of the keywords Given/When/Then Many people...
Learn how to remove code duplication from your Cypress tests by calling the .check() command...
Some people think that notifications that everything went well generate unnecessary “noise” in the co...
Learn how to verify that a search result came from the cache instead of an HTTP request with...
Why you should consider Cypress in your technology stack Cypress.io is a modern automated...
Learn how to attach files in your automated tests Yup, the Pinches of Cypress series is...
Learn a simple technique to perform automated tests in different environments, overwriting t...
In today's “Pinch of Cypress”, learn how to get values saved in your browser's localStorage...
Today, in “Pinches of Cypress”, learn how to test a search functionality like a real...
In today's “Pinch of Cypress”, learn how to simulate a delay in an HTTP request to test this...
Today, in “Pinches of Cypress”, learn how to simulate errors on the server and network to...
Today, in "Pinches of Cypress", learn how to take screenshots while running tests, even for...
In today's “Pinch of Cypress”, learn how to click on an element only if a certain condition...
Today in the “Pinches of Cypress” series, learn how to run tests in a mobile viewport One...
Understand what is needed in end-to-end tests for a better separation of...
Today in “Pinches of Cypress”, learn how to integrate Cypress with the Percy.io service to...