Summary: Automated Testing
Here is the summary of the covered chapter.
We'll cover the following...
Wrap up
End-to-end tests with Cypress allow us to quickly cover areas of our app. However, they require a fully operational frontend and backend, including a database. Cypress abstracts away ...
...