What's the basic approach for CI/CD integration tests in Azure DevOps?
I'm looking into this stuff for the first time and want general guidance on reasonable approaches. Context:
How do you approach this? I'm not looking for a detailed guide (though feel free to give one if you're in the mood), just the high-level view on what approaches are viable and which are dead-ends.
- Large solution with some old janky integration tests that never get run.
- We're in the middle of moving to DevOps.
- The integration tests expect a SQL Server instance.
How do you approach this? I'm not looking for a detailed guide (though feel free to give one if you're in the mood), just the high-level view on what approaches are viable and which are dead-ends.