This repository contains cached package binaries for faster CI builds.
Instead of downloading package binaries from official sources every time, this repository provides pre-cached versions that can be downloaded much faster.
- Cypress - End-to-end testing framework
- Electron - Desktop app framework
- Playwright - Browser automation framework
- Puppeteer - Chrome/Chromium automation
- Playwright Core - Core Playwright functionality
- Playwright Chromium - Chromium browser for Playwright
- Playwright Firefox - Firefox browser for Playwright
- Playwright WebKit - WebKit browser for Playwright
- Chromium - Standalone Chromium browser
- Firefox - Standalone Firefox browser
- WebKit - Standalone WebKit browser
- Automated caching: When new package versions are detected, the automation script downloads the official binaries and creates GitHub releases
- Fast downloads: CI builds download from this repository instead of official sources
- Fallback: If a version isn't cached here, builds fall back to official sources
CI builds automatically check this repository first: