1、IDEA 安装cucumber插件

 

cucumber

2、添加依赖

<dependency>
    <groupId>info.cukes</groupId>
    <artifactId>cucumber-java8</artifactId>
    <version>1.2.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/info.cukes/cucumber-testng -->
<dependency>
    <groupId>info.cukes</groupId>
    <artifactId>cucumber-testng</artifactId>
    <version>1.2.6</version>
    <type>pom</type>
</dependency>

相关文章:

  • 2021-08-09
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-06
  • 2021-05-19
猜你喜欢
  • 2021-08-25
  • 2021-10-20
  • 2022-01-16
  • 2021-11-10
  • 2021-12-06
  • 2021-11-08
相关资源
相似解决方案