MVN

com.gitee.pyqone : autest

Maven & Gradle

Jun 28, 2023

autest · autest是一个测试辅助工具集,包括UI自动化工具、测试用例生成工具、接口测试工具以及数据生成和数据处理工具等等,通过代码的方式,辅助测试工作,使测试工作者尽可能从机械化的测试工作中解放,从而有时间做更多有意义的工作

<dependency>
    <groupId>com.gitee.pyqone</groupId>
    <artifactId>autest</artifactId>
    <version>4.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.pyqone : autest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0

All Versions

Choose a version of com.gitee.pyqone : autest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
autest-4.3.0
4.2.x
autest-4.2.0
4.1.x
autest-4.1.0
4.0.x
autest-4.0.0
3.7.x
autest-3.7.0
3.6.x
autest-3.6.0
3.5.x
autest-3.5.0
3.4.x
autest-3.4.0
3.3.x
autest-3.3.0
3.2.x
autest-3.2.0
3.1.x
autest-3.1.0
3.0.x
autest-3.0.0
2.7.x
autest-2.7.0
2.6.x
autest-2.6.0
2.5.x
autest-2.5.0
2.4.x
autest-2.4.0
2.3.x
autest-2.3.0
2.2.x
autest-2.2.0
2.1.x
autest-2.1.1
autest-2.1.0
2.0.x
autest-2.0.0
autest-2.0.0-RELEASE

How to add a dependency to Maven

Add the following com.gitee.pyqone : autest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.pyqone</groupId>
    <artifactId>autest</artifactId>
    <version>4.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.pyqone : autest gradle dependency to your build.gradle file:

implementation 'com.gitee.pyqone:autest:4.3.0'

Gradle Kotlin DSL: Add the following com.gitee.pyqone : autest gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.pyqone:autest:4.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.pyqone : autest sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.pyqone" % "autest" % "4.3.0"

Advertisement