Cypress is a Javascript-based front-end testing tool that runs in the browser and aids QA engineers and developers with test automation. This article will cover some best practices to use when testing applications with Cypress. As much as the practices covered in this article are Cypress oriented, they can still be applied to any testing platform.

4m read timeFrom blog.openreplay.com
Post cover image
Table of contents
Selecting elements with data-* attributes to provide contextAvoid testing 3rd party servers that you don’t control and use cy.request when you want to do soOpen Source Session ReplaySetting a Base URLAvoid using cy.wait with a numberConclusion
2 Comments

Sort: