Common footguns
It canβt find the browser
What it looks like
- Check that you donβt have
CYPRESS_INSTALL_BINARY
set to 0. If it is, make sure to have a separate workflow step to install the browsers
- Your caching strategy might be keeping our plugin from pulling in the correct browser. Start debugging it by turning off all caching, e.g.
actions/cache