用于运行分布式 API 测试的工具

发布于 2025-01-14 07:06:25 字数 94 浏览 1 评论 0原文

我想在虚拟机或物理机上运行 API 测试。

(就像我们对硒网格所做的那样:在集线器上保留测试并在节点上运行它)

是否有一个工具可以处理这个问题?

I want to run API tests on a VM or physical machine.

(as we do with selenium grid: keep tests on hub and run it on node)

Is there a tool that can handle this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沉默的熊 2025-01-21 07:06:25

您可以使用 FlowTestAI https://github.com/FlowTestAI/FlowTest

  1. 使用简单的方法构建您的 API 测试拖放到您的个人计算机上,
  2. 这些测试保存在本地,以便您可以将它们推送到 git 或存储库中的任何 vcs
  3. 编写一个脚本来提取该存储库,或者在您的虚拟机或任何其他物理机上手动提取该存储库并使用 FlowTestAI 的 CLI 或集成开发环境在该机器上运行测试。

它是开源且完全免费的

You can use FlowTestAI https://github.com/FlowTestAI/FlowTest

  1. to construct your API tests using simple drag and drop on your personal machine
  2. these tests are saved locally so you can push them to git or any vcs in a repository
  3. write a script that pulls that repository or manually pull that repository on your VM or any other physical machine and use FlowTestAI's CLI or IDE to run your tests on that machine.

It's opensource and completely free

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文