Technical requirements
To get started, we recommend that you clone this book's GitHub repository, which contains the application we will be building and all the tests that we will write in this chapter.
The GitHub repository for this chapter can be found at
https://github.com/PacktPublishing/End-to-End-Web-Testing-with-Cypress
The source code for this chapter can be found in the chapter-06
directory.
We will be using the ReactJS library to develop our application.
You can run the ReactJS application by running the following commands:
cd chapter-6/tdd-todo-app
npm install
(to install all the required dependencies)npm run start
(to start the React application for testing purposes)
the following link: