Installation
Install the Playwright integration as a development dependency:
- npm
- Yarn
- pnpm
npm install --save-dev @global-cache/playwright
yarn add --dev @global-cache/playwright
pnpm add --save-dev @global-cache/playwright
Add the persistent cache directory to .gitignore:
.gitignore
.global-cache
You are ready to configure Global Cache.