# zero_autotest_front
**Repository Path**: xb_xiaobai/zero_autotest_front
## Basic Information
- **Project Name**: zero_autotest_front
- **Description**: 一个接口自动化平台,使用httprunner为底层框架,快速实现接口自动化,方便维护扩展
- **Primary Language**: TypeScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: https://xiaobaicodes.com:8888
- **GVP Project**: No
## Statistics
- **Stars**: 5
- **Forks**: 5
- **Created**: 2022-05-11
- **Last Updated**: 2024-03-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#### 🌈 介绍
基于 python + flask + httprunner3.1.6 + celery + sqlalchemy + marshmallow + redis
#### 💒 前端地址
- github
https://github.com/baizunxian/zero_autotest_front
- gitee
https://gitee.com/xb_xiaobai/zero_autotest_front
#### 💒 后端地址
- github
https://github.com/baizunxian/zero_autotest_backend
- gitee
https://gitee.com/xb_xiaobai/zero_autotest_backend
#### ⛱️ 线上预览
- ZERO AUTOTEST 自动化测试平台在线预览 https://xiaobaicodes.com:8888
#### 🚧 安装 cnpm、yarn
```bash
# node 版本
node -v
v14.17.5
```
- 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org`
- 复制代码(桌面 cmd 运行) `npm install -g yarn`
```bash
# 克隆项目
git clone https://github.com/baizunxian/zero_autotest_front
# 进入项目
cd zero_autotest_front
# 安装依赖
cnpm install
# 或者
yarn
# 运行项目
cnpm run dev
# 或者
yarn dev
# 打包发布
cnpm run build
# 或者
yarn build
```
#### 💯 学习交流加 微信 群
- 微信群
#### 💌 支持作者
如果觉得框架不错,或者已经在使用了,希望你可以去 Github 帮我点个 ⭐ Star,这将是对我极大的鼓励与支持, 平台会持续迭代更新。