[ EN | 中文 ]
Platform used for collecting and sharing testing result. Powered by Flask.
- Python 3.6
- Ubuntu 16.04
- MongoDB 4.0
- Install requirement:
pip install pipenv
pipenv install
- 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
- Run server:
python manage.py runserver
See: qaadmin-docker
- Install requirement:
pipenv install --dev
- Run test:
nosetests tests
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!
Author: Shin | HomePage: Shin's Blog