Core - ngast-core

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

License

License

GroupId

GroupId

com.zxytech.ngast
ArtifactId

ArtifactId

ngast-core
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Core - ngast-core
基于 Test(NG) + (A)llure + Re(st) Assured 实现接口测试
Source Code Management

Source Code Management

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

Download ngast-core

How to add to project

<!-- 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"]

Dependencies

compile (24)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.projectlombok : lombok jar

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.1.0