# EasyTest **Repository Path**: yujing-tec/EasyTest ## Basic Information - **Project Name**: EasyTest - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-01 - **Last Updated**: 2025-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EasyTesting 使用Django、Django REST框架、SQLite、Bootstrap和HTTPRunner构建的综合测试平台,包含测试前台和后台管理后台,后台管理系统使用Django-SimpleUI构建。 ## 推荐版本 - python3.9 - Django==4.2.11 - djangorestframework==3.15.2 - httprunner==4.3.0 - django-simpleui==2025.5.17 ## 功能特点 - 创建和管理测试项目 - 使用变量定义测试环境 - 使用请求详细信息和验证规则创建API测试用例 - 将测试用例组织到测试套件中 - 执行测试并查看结果 - 通过执行结果生成测试报告 - 用于与其他工具集成的RESTful API ## 快速开始 1. 拉取代码: ``` git clone https://gitee.com/joyamon/easy-testing.git ``` 2. 创建虚拟环境: ``` python -m venv venv source venv/bin/activate ``` 3. 安装依赖: ``` pip install -r requirements.txt ``` 4. 生成迁移文件并迁移数据库: ``` python manage.py makemigrations python manage.py migrate ``` 5. 创建管理员: ``` python manage.py createsuperuser admin/admin ``` 6. 启动服务器: ``` python manage.py runserver ``` ## 使用 1. 点击 http://localhost:8000/ 访问 2. 使用账号密码登录 3. 创建项目、环境、测试用例和测试套件 4. 执行测试用例并查看结果 ## License 本项目根据MIT许可证获得许可 ## 致谢 - [Django](https://www.djangoproject.com/) - [Django REST framework](https://www.django-rest-framework.org/) - [SQLite](https://www.sqlite.org/index.html) - [Bootstrap](https://getbootstrap.com/) - [HTTPRunner](https://httprunner.com/) - [Django-SimpleUI](https://github.com/xui2013/django-simpleui)