Sobes.tech
Middle

Are your tests included in CI/CD runs or not?

sobes.tech AI

Answer from AI

Yes, tests should be included in CI/CD runs. This allows for automatic quality checks of the code with each change, quickly identifying errors and preventing regressions.

Including tests in CI/CD ensures:

  • Automatic functionality verification.
  • Rapid feedback for developers.
  • Maintaining stability and reliability of the product.

For example, when code is pushed to the repository, unit tests, integration tests, and other checks are run, and only if they pass successfully can the changes be merged into the main branch.

Are your tests included in CI/CD runs or not? — QA /… - sobes.tech