Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.06 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.06 KB

Maven Package

JuRest

cp archetype-catalog.xml ~/.m2/repository/archetype-catalog.xml
cp aliyunmaven.xml ~/.m2/settings.xml
mvn archetype:generate \
    -DarchetypeGroupId=com.zxytech.jurest \
    -DarchetypeArtifactId=jurest-modules-archetype \
    -DartifactId=jurest-examples \
    -DgroupId=com.zxytech.jurest.examples

Example

git clone --depth=1 https://github.com/stornado/jurest-examples.git

PMD Check

check your case codes using PMD & CPD

PMD

CPD

Cases Result

show your case results using Allure

Allure

License

Apache License

Based On

  1. Junit5
  2. Rest Assured
  3. Allure
  4. PMD