Files
SkinbaseNova/playwright-report/data/743d0a0ea5b2a976c99f10716ea8fb48ce6025f6.md
2026-04-18 17:02:56 +02:00

24 lines
1.3 KiB
Markdown

# 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: e2e\routes.spec.ts >> 404 routes — clean error page, not a 500 >> 404 — unknown artwork
- Location: tests\e2e\routes.spec.ts:286:5
# Error details
```
Error: browserType.launch: Executable doesn't exist at C:\Users\Gregor\AppData\Local\ms-playwright\chromium_headless_shell-1217\chrome-headless-shell-win64\chrome-headless-shell.exe
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
║ <3 Playwright Team ║
╚════════════════════════════════════════════════════════════╝
```