Developers at Universal Containers (UC) use version control to share their code changes, but they notice that when they deploy their code to different environments they often have failures. They decide to set up Continuous Integration (CI).
What should the UC development team use to automatically run tests as part of their CI process?
Why Salesforce CLI?
The Salesforce CLI supports scripting for Continuous Integration (CI) pipelines, allowing automatic testing and deployment as part of the CI process.
Why Not Other Options?
B: Visual Studio Code is a development IDE, not a CI tool.
C: Force.com Toolkit is outdated and does not support CI processes.
D: Developer Console is for debugging and manual testing, not automation.
Currently there are no comments in this discussion, be the first to comment!