Real World Testing with Cypress (RWT) is a four-course curriculum that teaches everything you need to know about testing modern web applications with Cypress.…
Number of posts: 107
Uploading files made easy with the .selectFile command
Today we're excited to announce a built-in way for you to select files in an HTML5 input element and simulate dragging files into the browser with the introduction of the .selectFile() [https://docs.cypress.io/api/commands/selectfile] command, new in Cypress 9.3.0 [https://docs.cypress.io/guides/ref…
Webcast Recording | Faire + Cypress: Building an E2E Strategy that Scales
Last week, Director of DX at Cypress, Amir Rustamzadeh [https://twitter.com/amirrustam], and Software Engineer at Faire, David Mamujee [github.com/dmamujee], presented a live webcast on how Faire [https://www.faire.com/] scaled their E2E testing strategy with Cypress. Some of the key topics they co…
Live Webcast | Faire + Cypress: Building an E2E Strategy that Scales
Join us Wednesday, September 29th at 2:00pm EDT/11:00am PDT to find out how the team built their E2E testing setup from scratch using Cypress.…
Authenticate Faster in Tests with the cy.session Command
Cypress helped you reduce the time it takes to log in before each of your tests with the introduction of the experimental cy.session() command with Cypress 8.2.0. To view the latest updates, including our fix for the issue with the cy.session command in Cypress 12.1.0, view our changelog. A Brief…