Published on

Test a Client Address Book: Part 1

1 min read | 151 words
Authors
cypress tree

Photo by Yi Ma on Unsplash

Application Overview

This series of videos will teach you how to use Cypress.io to write end-to-end tests for a Client Address Book application built with Next.js. Before we get started using the tool to test the application, first, we will do a walk-through of the application illustrated in the following video:

Part 2: Install Cypress and eslint-plugin-cypress

The final source code can be found here