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 >> 全流程模拟:采购商下单到纺织厂入库 >> 阶段三:纺织厂生产流程 >> 3.2 查看计划总览和生产进度
|
|
- Location: e2e/full-workflow-simulation.spec.ts:137:9
|
|
|
|
# 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 ║
|
|
╚════════════════════════════════════════════════════════════╝
|
|
``` |