Coder Social home page Coder Social logo

fpxtest / uat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from t880216t/uat

1.0 0.0 0.0 1.64 MB

项目文档见【WEB UI自动化】部分描述

Home Page: https://t880216t.github.io/vft_doc/

Shell 0.01% JavaScript 85.66% Python 6.49% CSS 3.45% HTML 3.64% Dockerfile 0.04% EJS 0.10% Less 0.62%

uat's Introduction

UAT

是一个Web版的自动化用例及测试任务管理平台,底层基于Robotframework去执行生成的测试脚本。

借助Chrome插件,及H5页面的特性。使您可以通过轻松的点点点,即可生成测试脚本,可视化的元素标签及关键词释义,使你的用例维护更便捷。

更多的测试技术及工具使用,欢迎进群交流:743130703

项目目录

下面是整个项目的目录结构。

├── Chrome-Extension         # chorme插件
├── Server                   # 服务端代码
├── UI                       # 前端代码
└── README.md

安装步骤

下载项目代码

git clone https://github.com/t880216t/UAT.git

安装前端依赖

cd UAT/UI & cnpm i

启动前端开发服务

npm start

导入数据库文件

UAT.sql

创建服务端python虚拟环境

cd UAT/Server & python3 -m venv venv

启动虚拟环境安装服务端依赖

source venv/bin/activate
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

导入webdriver

geckodriver

chromedriver 下载后放入虚拟环境venv/bin中

启动后端服务

python run.py

导入SeleniumLibrary库的默认关键词

cd UAT/Server/scripts
python syncRFLib2DB.py

uat's People

Contributors

t880216t avatar

Stargazers

 test.im avatar

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.