JV
JV
Seeing same failure as @jimfm with the latest docker image (9.0.0) - Jenkins CI with docker as an agent.
OS: CentOS 7.0 Docker: 20.10.2, build 2291f61 Used image: cypress/included:9.0.0 (same error 9.1.0 and 9.1.1) Command (within docker -c): `NO_COLOR=1 npx cypress run`
Hi @emilyrohrbough, any known workarounds other than running as root (regression and not greatest option to go for I'd say) or recommended to stay on 8.7.0 until resolved? Thanks!
> Hm... Duplicate? #543 Warnings in the 8.7.0 do not fail the whole build/run, which they do with 9.0.0 img
> > > Hm... Duplicate? #543 > > > > > > Warnings in the 8.7.0 do not fail the whole build/run, which they do with 9.0.0 img > >...
> @jvavre Are you able to execute the test scenarious? Hey! Can't, still failing with latest image (9.3.1) as mentioned above - I assume root permission might work, but can't...
This fixed it for me after a LOT of tries, without setting root permissions: https://github.com/cypress-io/cypress/issues/2821#issuecomment-444109124 - I've found it buried there after going through a LOT of threads regarding this...