I have a codebuild cypress project that runs a buildspec file in order to run all of my cypress tests. I have recently updated to cypress v12 and node 16 and now when I run my codebuild project I get the following error:
/root/.cache/Cypress/12.0.0/Cypress/Cypress: error while loading shared libraries: libatk-bridge-2.0.so.0: cannot open shared object file: No such file or directory.
Platform: linux-x64 (Amazon Linux - 2 (Karoo))
Does anyone know how to fix this?
I have tried a few things like:
yum install gtk3
but nothing is working.
Has anyone run into this with cypress v12?