将 AWS Device Farm 与 JUnit 5 结合使用
Using AWS Device Farm with JUnit 5
我发现当我将 JUnit 5 测试上传到 AWS 时失败,因为 it expects to find a dependency in the format junit-<ver>.jar
. However, JUnit 5 has changed the package names 到 org.junit.jupiter.ap
和 org.junit.platform.commons
。
这是否意味着 AWS Device Farm 不支持 JUnit 5?近期有支持的计划吗?
目前 Device Farm 不支持 JUnit 5。我将为您创建一个功能请求。
谢谢!
我发现当我将 JUnit 5 测试上传到 AWS 时失败,因为 it expects to find a dependency in the format junit-<ver>.jar
. However, JUnit 5 has changed the package names 到 org.junit.jupiter.ap
和 org.junit.platform.commons
。
这是否意味着 AWS Device Farm 不支持 JUnit 5?近期有支持的计划吗?
目前 Device Farm 不支持 JUnit 5。我将为您创建一个功能请求。
谢谢!