- Clone project repo: https://github.com/myfan7asy/test-assignment.git
- Install [Docker] - https://docs.docker.com/installation/
- cd into the project directory: cd crispy-succotash
- Run it: docker-compose up
- Verify if the app is accessible via - http://localhost:8000/
- Proceed to the project repo > folder with tests: cd test-assignment/e2e-tests
- Install required dependencies: npm install
- To execute tests (sitting in test-assignment/e2e-tests/cypress/e2e/tests) 3.1 in headless mode: npx cypress run 3.2 via Cypress interface: npx cypress open
Proceed to Actions, select 'Run end-to-end tests' workflow, run the workflow under 'main' branch