Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.27 KB

README_en.md

File metadata and controls

70 lines (47 loc) · 1.27 KB

QA Admin

Build Status

[ EN | 中文 ]

Platform used for collecting and sharing testing result. Powered by Flask.

Environment

  • Python 3.6
  • Ubuntu 16.04
  • MongoDB 4.0

How to

Deploy locally

  1. Install requirement:
pip install pipenv
pipenv install
  1. Set configure:

Create your configure file config.ini refer to config.ini.example, or just use the example content with:

mv config.ini.example config.ini
  1. Run server:
python manage.py runserver

Deploy with Docker

See: qaadmin-docker

Testing

  1. Install requirement:
pipenv install --dev
  1. Run test:
nosetests tests

SDK

Choose the SDK you need to upload your test result:

Language Framework Repository
Python unittest qaa-sdk-pyunit
Python pytest TODO
Java TestNG TODO
Java Junit TODO
JavaScript Mocha TODO

Contact meto contribute your SDK!

About

Author: Shin | HomePage: Shin's Blog