24 lines
1.3 KiB
Markdown
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: full-workflow-simulation.spec.ts >> 边界情况和异常处理 >> 网络断开时的离线提示
|
||
|
|
- Location: e2e/full-workflow-simulation.spec.ts:390: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 ║
|
||
|
|
╚════════════════════════════════════════════════════════════╝
|
||
|
|
```
|