Playwright Visual Testing (Wopee.io Examples) A) Run in the cloud using Wopee.io Commander Open cmd.wopee.io Open existing project or create a new one Click on START TESTING button B) Run in the cloud using GitHub Actions Setup (already done if repo created via cmd.wopee.io) 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 C) Run locally on your machine Setup Install Node.js Install Playwright Clone the repo Create a .env file using .env.example as a template Run locally using Playwright Run npm run tests