- Open: Settings tab -> Secrets & Variables -> Actions
- Set
WOPEE_API_KEYin Secrets - Set
WOPEE_PROJECT_UUIDin Variables
- Set
- Run WebdriverIO tests workflow from Actions tab
- Install Node.js
- Install WebdriverIO or Docker
- Clone the repo
- Create a
.envfile using.env.exampleas a template - Create Personal Access Token (classic) with scope
read:packagesand set it asGITHUB_TOKENenvironment variable
- Run
npm run tests
- Run
npm run tests-in-docker