How do you automate integration tests in CI/CD pipelines?
Configure pipeline steps to run integration tests after build, using test runners, setting up
test databases, and cleaning up after tests. Use containers or managed services to mimic
production-like environments.