App is way too big to be covered with single pair of eyes.
That's why we are going to automate application testing in order to save time and nerves.
- Install yarn by running:
npm i yarn --global
- Run
yarn
to install all dependencies - Run
yarn dev
to start development version of cypress as web browser to preview tests and execution - Run
yarn test
to run project integration test in headless mode with all necessary recordings and screenshots