gpt4 book ai didi

maven - Gradle 不会将系统属性传递给测试类

转载 作者:行者123 更新时间:2023-12-04 13:23:22 26 4
gpt4 key购买 nike

我正在使用 Selenium 和 Spock 来测试我的应用程序。运行需要来自 Maven 或我的 IDE 的系统属性的测试就像一个魅力,但 Gradle 正在获取空值。

@Shared
private int waitTimeout = System.getProperty("waitTimeout", "10").toInteger()

@Shared
protected String apolloURL = System.getProperty("apolloURL")

也许我做错了什么?

最佳答案

Test Gradle Build Language Reference 中的任务类型.

test {
systemProperty "waitTimeout", "20"
systemProperty "apolloURL", "..."
}

关于maven - Gradle 不会将系统属性传递给测试类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17851413/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com