【发布时间】:2022-08-10 02:23:07
【问题描述】:
我目前正在使用空手道核心版本 1.2.0,空手道 apache 版本 0.9.6和空手道 junit 版本 1.1.0如果我从这个版本降级,会有任何主要的功能影响吗?你能给我一些建议吗三依赖项?
| Dependencies | Versions |
|---|---|
| Karate core | 1.2.0 |
| Karate apache | 0.9.6 |
| Karate junit | 1.1.0 |
依赖项
1.空手道核心
<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-core</artifactId>
<version>1.2.0</version>
</dependency>
2.空手道阿帕奇
<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-apache</artifactId>
<version>0.9.6</version>
<scope>test</scope>
</dependency>
3.空手道 Junit5
<dependency>
<groupId>com.intuit.karate</groupId>
<artifactId>karate-junit5</artifactId>
<version>1.1.0</version>
<scope>test</scope>
</dependency
标签: dependencies cucumber pom.xml karate automation-testing