- Run Cypress tests workflow from Actions tab
- Install Node.js
- Install Cypress or Docker
- Clone the repo
- Create a
.env
file using.env.example
as a template - Create Personal Access Token (classic) with scope
read:packages
and set it asGITHUB_TOKEN
environment variable
- Run
npm test
- Run
npm run tests-in-docker
More details are also available in Wopee.io integration with Cypress documentation.