关于[Running Integration Tests in Build Pipelines with a Real Database]的摘要:
A pain point for some organizations is figuring out how to run tests that involve databases. These are not unit tests, by most folks’ definition (including my own: unit test or integration test and why you should care). Nonetheless, they’re important and ideally they should run as part of your build pipeline. Recently I’ve come up with a technique that works quite well for this scenario that I’d like to share. But first let me describe some of the challenges teams encounter on this path...
原文地址: https://ardalis.com/running-integration-tests-in-build-pipelines-with-a-real-database