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.
我计划为 Web 应用程序自动进行安全测试。我有使用 JAVA 语言开发的 selenium 代码,现在我需要与 ZAP 集成。
请帮助我如何整合这两者并生成相同的报告。
您可以将 Selenium 配置为使用 Zap 作为代理。在这里查看使用 WebDriver.io 的完整解决方案,它是一个围绕 selenium 的小型 JS 包装器。它应该为您提供有关如何在 CI 中构建和运行此类解决方案的高级概述。如果您需要更多帮助,请告诉我。