Topic 1 Question 478
A company runs continuous integration/continuous delivery (CI/CD) pipelines for its application on AWS CodePipeline. A developer must write unit tests and run them as part of the pipelines before staging the artifacts for testing.
How should the developer incorporate unit tests as part of CI/CD pipelines?
Create a separate CodePipeline pipeline to run unit tests.
Update the AWS CodeBuild build specification to include a phase for running unit tests.
Install the AWS CodeDeploy agent on an Amazon EC2 instance to run unit tests.
Create a testing branch in a git repository for the pipelines to run unit tests.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: B
Simplemente se actualiza el archivo de especificación (buildspec) de CodeBuild para incluir una fase que ejecute los tests unitarios
👍 1italiancloud20252025/02/17
シャッフルモード