:npm: Install dependencies
:docker:node:20.11
npm install
:eslint: Run ESLint
:docker:node:20.11
npx eslint
:jest: Run unit tests
:docker:node:20.11
npx jest
:cypress: Run cypress tests
:docker:cypress/browsers:node18.12.0-chrome106-ff106
npm installnpm start & npx --yes wait-on http://localhost:8000npx cypress run
82%