Use the package manager npm nodejs to install the framework and dependencies
npm i
Cypress Dashboard installation (Check docs to enable parallelization, recording and debugging of cypress tests) (Sefl hosted service)
Use docker to download and run the containers needed (after containers are running you could access http://localhost:8080)
docker compose -f docker-compose-minio.yml up
npm test // this run all tests in headless mode
Github Actions genereate screenshots and videos
This project is licensed under the terms of the MIT license.