# jurest **Repository Path**: stornado/jurest ## Basic Information - **Project Name**: jurest - **Description**: 基于 (Ju)ni5 + All(ure) + (Rest) Assured 实现接口测试 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://github.com/stornado/jurest - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2021-03-08 - **Last Updated**: 2025-08-22 ## Categories & Tags **Categories**: testing **Tags**: None ## README [![Maven Package](https://github.com/stornado/jurest/actions/workflows/github-publish.yml/badge.svg)](https://github.com/stornado/jurest/actions/workflows/github-publish.yml) # JuRest ```bash cp archetype-catalog.xml ~/.m2/repository/archetype-catalog.xml cp aliyunmaven.xml ~/.m2/settings.xml ``` ```bash mvn archetype:generate \ -DarchetypeGroupId=com.zxytech.jurest \ -DarchetypeArtifactId=jurest-modules-archetype \ -DartifactId=jurest-examples \ -DgroupId=com.zxytech.jurest.examples ``` ## Example ```bash git clone --depth=1 https://github.com/stornado/jurest-examples.git ``` ### PMD Check check your case codes using PMD & CPD ![PMD](./assets/screenshot.pmd.result.png) ![CPD](./assets/screenshot.cpd.result.png) ### Cases Result show your case results using Allure ![Allure](./assets/screenshot.allure.result.png) ## License [Apache License](LICENSE) ## Based On 1. [Junit5](https://github.com/junit-team/junit5) 2. [Rest Assured](https://github.com/rest-assured) 3. [Allure](https://github.com/allure-framework) 4. [PMD](https://github.com/pmd)