lepu-test-platform-service/README.md

55 lines
2.6 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# lepu-test-platform
#### 介绍
旨在减轻及协助测试工程师更好的完成日常相关工作。
主要功能包括:
1、功能测试用例的编写、记录、导出EXCEL。
2、接口测试、接口测试用例编写、记录、导出EXCEL、定时执行、测试结果记录及展示、发送测试邮件HTML
3、测试文档记录、保存、下载等。
4、测试记录的保存、导出等。
5、测试过程中的问题记录导出等。
6、简易随笔记录
7、用户管理、项目管理及其他参数配置等。
#### 软件架构
SpringBoot
Mybatis
MySQL
Vue
#### 安装教程及注意事项
1、windows安装
双击 EASYTEST1.0.1.exe 文件进行安装。
安装完成后打开浏览器URL输入 http://localhost:9527 用户名admin 密码1234qwer
2、Linux安装
cd /install/compose/
chmod +x run.sh
./run.sh mysql up
./run.sh service up
升级时,注意:
1、必须先导出SQL数据文件升级完成后导入SQL文件恢复前数据即可。
2、必须先卸载当前安装后再安装新的程序。
#### 系统截图
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/login.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/welcome.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/error.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/xmgl.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/gngl1.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/gngl2.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/interfacegl1.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/interfacegl2.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/interfacegl3.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/wdgl.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/csjl.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/wtjl.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/wdsb.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/xygl1.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/xtgl2.png)
![Image](https://gitee.com/zuichao3/SJAutomationTestPlatform/raw/master/imgs/xtgl3.png)
#### 参与贡献