Giter VIP home page Giter VIP logo

auto-interface-testing-platform's Introduction

自动化接口测试平台

安装依赖

pip3 install flask flask-sqlalchemy flask-migrate flask-script mysql-connector-python flask-socketio requests logbook

使用方法

  1. 安装mysql数据库
  2. 创建名叫testing_system的数据库
  3. setting.py设置连接mysql数据库的参数
  4. 输入以下命令拉下代码
git clone https://github.com/tdx1997tdx/auto-interface-testing-platform.git
  1. 输入以下命令迁移更新数据库
python3 manage.py db migrate
python3 manage.py db upgrade
python3 manage.py dbinit
  1. 打开应用
nohup python3 manage.py runserver --host 0.0.0.0 -p 18083 &
  1. 访问 http://ip:5000就可以用了

auto-interface-testing-platform's People

Contributors

tdx1997tdx avatar

Watchers

 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.