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.
Angular 的 e2e 框架能否用于测试 Web 服务以及数据库验证……简而言之,用于后端测试还是只是用于测试 UI,即前端测试?
Karma e2e 可用于运行包括从远程服务器提取数据的测试。所以是的,它可以用来测试网络服务,就像你可以测试“当我向这个 url 发出请求时,期待这个响应”一样。