Core - ngast-core

基于 Test(NG) + (A)llure + Re(st) Assured 实现接口测试

Лицензия

Лицензия

Группа

Группа

com.zxytech.ngast
Идентификатор

Идентификатор

ngast-core
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Core - ngast-core
基于 Test(NG) + (A)llure + Re(st) Assured 实现接口测试
Система контроля версий

Система контроля версий

https://github.com/stornado/ngast/tree/master/ngast-core

Скачать ngast-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.zxytech.ngast/ngast-core/ -->
<dependency>
    <groupId>com.zxytech.ngast</groupId>
    <artifactId>ngast-core</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zxytech.ngast/ngast-core/
implementation 'com.zxytech.ngast:ngast-core:0.1.0'
// https://jarcasting.com/artifacts/com.zxytech.ngast/ngast-core/
implementation ("com.zxytech.ngast:ngast-core:0.1.0")
'com.zxytech.ngast:ngast-core:jar:0.1.0'
<dependency org="com.zxytech.ngast" name="ngast-core" rev="0.1.0">
  <artifact name="ngast-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zxytech.ngast', module='ngast-core', version='0.1.0')
)
libraryDependencies += "com.zxytech.ngast" % "ngast-core" % "0.1.0"
[com.zxytech.ngast/ngast-core "0.1.0"]

Зависимости

compile (24)

Идентификатор библиотеки Тип Версия
io.rest-assured : rest-assured jar
org.testng : testng jar
io.qameta.allure : allure-rest-assured jar
io.qameta.allure : allure-testng jar
io.qameta.allure : allure-generator jar
io.qameta.allure : allure-attachments jar
io.qameta.allure : allure-jsonunit jar
com.fasterxml.jackson.core : jackson-annotations jar
com.fasterxml.jackson.core : jackson-databind jar
com.google.code.gson : gson jar
org.apache.commons : commons-lang3 jar
com.google.inject : guice jar
org.slf4j : slf4j-api jar
ch.qos.logback : logback-classic jar
org.apache.httpcomponents : httpasyncclient jar
org.apache.httpcomponents : httpcore-nio jar
org.apache.httpcomponents : httpmime jar
org.freemarker : freemarker jar
org.hamcrest : hamcrest-all jar
commons-io : commons-io jar
org.apache.commons : commons-text jar
org.apache.commons : commons-collections4 jar
org.apache.commons : commons-math3 jar
org.apache.httpcomponents : httpclient jar

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar

Модули Проекта

Данный проект не имеет модулей.

Ngast

Ngast (|nɑːst|) 基于 Test(NG) + (A)llure + Re(st) Assured 实现接口测试

使用单模块版本

mvn archetype:generate -DarchetypeGroupId=com.zxytech.ngast -DarchetypeArtifactId=ngast-archetype -DartifactId=examples

生成内容

.
└── examples
    ├── .editorconfig
    ├── .gitignore
    ├── HELP.md
    ├── README.md
    ├── pom.xml
    └── src
        └── test
            ├── java
            │   └── com
            │       └── zxytech
            │           └── ngast
            │               └── cases
            │                   └── GithubApiTest.java
            └── resources
                ├── allure.properties
                ├── data
                │   └── test
                ├── ngast-test.properties
                └── ngast.properties

11 directories, 9 files

使用多模块版本

mvn archetype:generate -DarchetypeGroupId=com.zxytech.ngast -DarchetypeArtifactId=ngast-modules-archetype -DartifactId=modules-examples

生成内容

.
└── modules-examples
    ├── .editorconfig
    ├── .gitignore
    ├── HELP.md
    ├── README.md
    ├── allure.properties
    ├── ngast-examples
    │   ├── pom.xml
    │   └── src
    │       └── test
    │           ├── java
    │           │   └── com
    │           │       └── zxytech
    │           │           └── ngast
    │           │               └── cases
    │           │                   └── GithubApiTest.java
    │           └── resources
    │               ├── data
    │               │   └── test
    │               ├── ngast-test.properties
    │               └── ngast.properties
    └── pom.xml

12 directories, 10 files

运行测试

mvn test

生成报告

mvn allure:aggregate
mvn allure:report

本地查看

mvn allure:serve

Версии библиотеки

Версия
0.1.0