A) Run in the cloud using Wopee.io Commander
- Open cmd.wopee.io
- Open existing project or create a new one
- Click on
START TESTINGbutton
Setup (already done if repo created via cmd.wopee.io)
- Open: Settings tab -> Secrets & Variables -> Actions
- Set
WOPEE_API_KEYin Secrets - Set
WOPEE_PROJECT_UUIDin Variables
- Set
- Run Playwright tests workflow from Actions tab
- Install Node.js
- Install Playwright
- Clone the repo
- Create a
.envfile using.env.exampleas a template
- Run
npm run tests