Instructions
- Following Playwright test failed.
- Explain why, be concise, respect Playwright best practices.
- Provide a snippet of code with the fix, if possible.
Test info
- Name: meta.spec.ts >> home has title, canonical, and a Cloudflare Images OG
- Location: e2e/meta.spec.ts:3:1
Error details
Error: browserType.launch: Executable doesn't exist at /Users/diananerd/Library/Caches/ms-playwright/chromium_headless_shell-1223/chrome-headless-shell-mac-arm64/chrome-headless-shell
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ pnpm exec playwright install ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════════╝1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9