Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果是这样,我们为什么要使用测试代理和测试控制器的架构?
这取决于您所指的测试。构建代理可以运行单元测试。但是,为了运行编码的 UI 测试或 Web 测试,这些测试将被安排在测试代理上。
只有测试代理可以运行测试。
您可以拥有多个构建代理(和一个控制器),因此您不能并行构建,测试代理是否相同?所以您可以同时进行多个测试运行?