Front-end Developer Handbook 2019Many realize that end to end testing is the starting point of doing tests correctly in large part due to Cypress (i.e. Cypress first, then Jest).
npm install cypress --save-dev
yarn add cypress --dev
npm run start
npm run cypress:open
yarn run cypress:open
npx cypress open
npm run build:prod
http-server dist/app -c-1 -p 4200 --silent
npx cypress verify
npx cypress run