Giter Club home page Giter Club logo

taylortaurus / auto_test_web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from my-jie/auto_test_web

0.0 0.0 0.0 34.43 MB

随便测测 前端 目的:降低测试人员使用软件编写用例的复杂度 取消了提取变量、使用变量的设定 由程序自定义的number去进行上下级数据关连 编写过程对比传统方式,能提高90%以上的速度。已集成playwright+selenoid用作ui测试

License: Mulan Permissive Software License, Version 2

JavaScript 0.70% CSS 0.62% HTML 0.21% Vue 98.47%

auto_test_web's Introduction

随便测测

部署方式

Python 后端

  • 未采用docker容器部署,可自行尝试
  • 建议使用Python3.8以上版本
  • 环境安装:pip install -r requirements.txt 或 pip3 install -r requirements.txt
  • 创建一个目录,将项目文件拷贝到目录下
  • 可使用python main.py 或 python3 main.py 直接启动
  • 或使用命令:nohup uvicorn main:app --host 0.0.0.0 --port 9999(自定义端口)启动
  • 若启动过程中提示还有未安装的库,请根据提示自行使用 pip 安装
  • setting.py 文件夹需要设置:ALLURE_PATH(allure报告存放路径)、LOG_PATH(日志路径)、HOST(allure访问路径)
  • 接口文档:http://ip:port/docs

vue3 前端

  • 前端编译环境:vite+vue3+element-plus
  • 建议使用vscode编辑器,vite构建工具可自行搜索下载
  • npm install 安装第三方库
  • npm run dev 启动dev环境
  • npm run build 打包,默认打包目录在同级文件目录下的 dist 文件夹
  • 在 python 后端根目录下新建 static 文件夹
  • 将 dist 文件夹内的3个文件,拷贝到 static 目录下
  • 主页:http://ip:port/index.html

交流群: 599733338

auto_test_web's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.