24 lines
1.3 KiB
Markdown
Raw Normal View History

# 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: full-workflow-simulation.spec.ts >> 性能测试 >> 资源加载无严重错误
- Location: e2e/full-workflow-simulation.spec.ts:424:7
# Error details
```
Error: browserType.launch: Executable doesn't exist at /root/.cache/ms-playwright/chromium_headless_shell-1223/chrome-headless-shell-linux64/chrome-headless-shell
╔════════════════════════════════════════════════════════════╗
║ Looks like Playwright was just installed or updated. ║
║ Please run the following command to download new browsers: ║
║ ║
║ npx playwright install ║
║ ║
<3 Playwright Team
╚════════════════════════════════════════════════════════════╝
```