Ghassen Zakraoui CI Workflow + CD (Deployment) Workflow (ECR + ECS + Fargate) + 3 Levels of Tests Follow these steps:
- Clone the repository.
npm installnpm run builddocker-compose upnpm run testfor unit and integration tests.npm run test:e2eto run the e2e tests.