Open
Description
"devDependencies": {
"netlify-cli": "^17.8.1",
"netlify-plugin-playwright-cache": "^0.0.1"
},
"dependencies": {
"axios": "^1.6.2",
"playwright": "^1.44.1",
}
Added to netlify.toml
[build]
functions = "functions"
publish = "src"
command = "npx playwright install chromium"
[[plugins]]
package = "netlify-plugin-playwright-cache"
I can see the plugin is loading at:
However, the error persists:
browserType.launch: Executable doesn't exist at /home/sbx_user1050/.cache/ms-playwright/chromium-1117/chrome-linux/chrome
I cleared the cache and redeployed it.