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