Seed Your Database in Cypress

InstructorBrett Cassette

Share this video with your friends

Send Tweet

If we want to do full end-to-end testing, then we need to seed our database into a reliable state at the start of every test. In this lesson, we'll learn how to build a Cypress plugin that updates the data in our database.