I completed this case study for my job application.
- Clone the repo
git clone https://github.com/zeyobs/flight-search-app-QA.git- Download all the packages to be able to run the tests.
npm install
- To run API tests
cd api-tests npm test- To run E2E tests
cd e2e-tests npx cypress run --env tags="@run"