What Are Cypress Fixtures? | Setting Up Cypress Fixtures | Cypress Tutorial | Part IX
Cypress provides a directory named fixtures, which can store multiple “JSON” files representing test data. This is useful for tests that must read the same data over and over again. Thus, fixtures enable data-driven automation in Cypress by saving the test data in JSON format. In this video, Chris DeSilva (@desilvadev) helps you understand "how to use fixtures in test scripts?" Furthermore, you are going to learn how to add Cypress fixtures to mock up some test interactions of the application, which will run locally on your machine.
Introduction to Cypress Fixtures
Learning Goals
Getting started with initial Cypress setup
Using “cy.fixtures” command
Modifying the data for the Cypress test
Taking a look at “cy.intercept” command
Session Recap
Conclusion of the session