Amplify CI: CI Build ID could not be generated and was not specified error #20337
Unanswered
anastasiyamazheika
asked this question in
CI setup
Replies: 2 comments
-
Hello, any updates on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try adding '--ci-build-id $CODEBUILD_INITIATOR' to the build command. For example: npx cypress run --record --parallel --spec 'cypress/e2e/your-custom-folders/**/*-cy.js' --ci-build-id $CODEBUILD_INITIATOR Cypress Documentation: https://docs.cypress.io/guides/continuous-integration/aws-codebuild |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a question on how to parallelize tests in AWS Amplify.
If I pass
--parallel
param, I get such an error:Thanks for help!
Beta Was this translation helpful? Give feedback.
All reactions