mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
- Introduced a new Playwright job that runs after the build job. - Added steps for checking out the repository, setting up Node.js, restoring node_modules from cache, installing dependencies, and installing Playwright browsers. - Included a step to run Playwright tests, enhancing the CI pipeline with automated testing capabilities.