https://docs.google.com/presentation/d/1_AlipQYOFGtnmZRqVCbZf-04sXOInbbD4goyyezX7ZY
- Node 14+;
- Yarn;
- Chrome Webdriver executable for Windows;
- open Terminal
cd api
yarn
npm run start
- open another Terminal tab
cd
client`yarn
npm run start
Default URLS:
- API -
http://localhost:5000
- Client -
http://localhost:3000
- Open terminal
- go to any folder with
e2e
prefix - run
yarn
For Selenium: npm run test
For Cypress:npm run cypress-open