AWS CodeBuild - Cypress do not access binary files #23009
Unanswered
reneadamqa
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I am very happy if someone is able to help me on this topic as I am stuck since several hours on this problem...
We want to run cypress tests on AWS CodePipeline. Therefore, we use AWS CodeBuild to install cypress and run the tests. We use AWS CDK to deploy codePipeline and codeBuild.
For now CodeBuild is able to fetch and install the npm packages correctly. We use own AWS CodeArtifact but are linked to public npm.
However, it seems that npm is not correctly installing cypress. When we want to start cypress, it says that the binary is not accessible. For some research we noticed that the binary is not installed within the npm cache or binary directory.
We tried different ways to change binary directory with the provided env var, but this also seems not to work. Does anyone have an idea about this topic?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions