Here's the next installment of our series on adding end-to-end Cypress to a web app, discussing how we ran tests in a Google Cloud Build test pipeline.
This post will cover the basics of getting Cypress installed and ready to go, writing a placeholder test, and resetting the test database between tests.
Setting up end-to-end Cypress testing from scratch for an existing application can be a bit intimidating, so we broke the process down into smaller steps.