Continue Blender Web parity task handoff
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled

This commit is contained in:
mes123456
2026-08-23 05:47:21 -04:00
parent 0a22992a13
commit 9f43244982
962 changed files with 60772 additions and 297 deletions

View File

@@ -0,0 +1,6 @@
{
"status": "failed",
"failedTests": [
"44d526552dd243783a40-2cb37a5217f2f6418146"
]
}

View File

@@ -0,0 +1,24 @@
# 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: web/tests/e2e/script-signature.spec.ts >> M13-02D verifies declared script content and invalidates source hash changes
- Location: web/tests/e2e/script-signature.spec.ts:3:1
# Error details
```
Error: browserType.launch: Executable doesn't exist at /home/mes123456/.cache/ms-playwright/chromium_headless_shell-1234/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 ║
╚════════════════════════════════════════════════════════════╝
```