The following questions will test your knowledge of the topics that were covered in this chapter:
- What environment variable needs to be set for Jest tests to work well in a continuous integration environment?
- When we change the azure-pipelines.yml file, why does this trigger a build?
- What YML step task can be used to execute npm commands?
- What YML step task can be used to publish artifacts to the pipeline?
- Why do we have several builds of a React frontend for different environments?
- What task type in a release pipeline stage can be used to deploy build artifacts to Azure App Service?
- What task type in a release pipeline stage can be used to run SQL Server scripts?