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.
我正在尝试从与 ReadyAPI 和 Maven 集成的 Jenkins 运行测试。目前,我正在从数据库切换环境并运行测试用例。
现在,我们想从Jenkins那里选择环境,有没有可能这样做?
谢谢
您可以使用以下命令将环境传递给命令行测试运行程序
-E 你的环境名称
范围。