Playwright tests template repo A) Run in the cloud using GitHub Actions Setup Open: Settings tab -> Secrets & Variables -> Actions Set WOPEE_API_KEY in Secrets Set WOPEE_PROJECT_UUID in Variables Run Run Playwright tests workflow from Actions tab B) Run locally on your machine Setup Install Node.js Install Playwright 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 as GITHUB_TOKEN environment variable Run locally using Playwright Run npm run tests Run locally using Docker Run npm run tests-in-docker