更新readme文件描述

This commit is contained in:
wangjie 2023-08-04 10:49:34 +08:00
parent da2072882e
commit 099d92c9b9
2 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,7 @@
### 技术栈python+pytest+requests+allure+pytest-html
- 选择语言python>=3.10
- 选择语言python>=3.10如果是3.10以下版本的话需要删除base_api.py中的函数返回数据格式限制否则会存在写法不兼容问题
- 编程工具选型pycharm
- 测试框架选型pytest
- 报告可视化方案选型allure、pytest-html
@ -32,7 +32,10 @@
* 获取源码后在pycharm终端运行以下代码即可一键安装项目依赖
* ```pip3 install -r requirements.txt```
* 注如果是window系统报错 ```UnicodeDecodeError: 'gbk' codec can't decode byte 0xaa in position 65: illegal multibyte sequence```则需要先在终端执行下方的命令将终端编码格式改为utf-8再执行上方install命令即可解决编码问题
* ``` chcp 65001 ```
* 或者直接使用pycharm自带的提示功能安装依赖包推荐这种
![img.png](img.png)
## 项目结构
```

BIN
img.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB