Can we write tests in visual studio by using karate library?

六月ゝ 毕业季﹏ 提交于 2019-12-11 06:07:20

问题


Does Karate support integrating into visual studio? As we are all writing automated api tests in visual studio using SpecFlow, we would like to continue visual studio with karate if it supports. Thanks, Sudheer


回答1:


It really shouldn't matter. Karate works over HTTP, we have many JS, Python and .NET teams using Karate. You have the option of a stand-alone JAR also that will work in CI, see this: https://github.com/intuit/karate/wiki/ZIP-Release

That said, we have Visual Studio Code support.

You should also read this other answer on SO, I think it is especially relevant for you :) https://stackoverflow.com/a/47799207/143475



来源:https://stackoverflow.com/questions/58032620/can-we-write-tests-in-visual-studio-by-using-karate-library

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!