# 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 ║ ╚════════════════════════════════════════════════════════════╝ ```