# TestPlatformWeb **Repository Path**: Ganature/TestPlatformWeb ## Basic Information - **Project Name**: TestPlatformWeb - **Description**: TestPlatformWeb - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 4 - **Created**: 2019-02-27 - **Last Updated**: 2022-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TestPlatformWeb #### Description TestPlatformWeb是基于Django+Vue开发的自动化接口测试的后台项目,克隆本项目之后需要再克隆front-test-platform; 主要实现了项目 用例 http接口和测试报告的管理,自定义用例的操作步骤和步骤之间的参数依赖,测试人员只需要关注业务而不需要编写代码;同时增加了自定义校验字段功能。 #### Software Architecture 1. 测试人员不需要编写代码 2. 自定义接口之间的依赖,实现更复杂的业务流程 #### Installation 1. git clone git@gitee.com:Ganature/TestPlatformWeb.git 2. cd TestPlatformWeb 3. pip install -r requirements.txt 4. python manage.py makemigrations 5. python manage.py migrate 6. python manage.py createsuperuser 7. username: admin password: admin123(也可以改成其他的) #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)