Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (34 loc) · 1.03 KB

README.md

File metadata and controls

49 lines (34 loc) · 1.03 KB

Background

I have been looking for a open-source test management tool for my whole life. Once i setup a Test-link for my project but it's way too much for me. So i decide to make one for my own.

This project is started at August 2016, and still a empty framework. I hope i can finish this and achive my blueprint totally.

Quick Guide

Setup Environment

  1. git clone https://github.com/evinoca/TeSonic.git
  2. cd TeSonic
  3. virtualenv PyEnv
  4. source PyEnv/bin/activate
  5. pip install -r dependence.txt
  6. cd TeSonic
  7. python manager.py db init
  8. python manager.py db migrate -m "install"
  9. python manager.py db upgrade
  10. python manager.py runserver

Basic Structure Blueprint

Home

  1. Display Opening Plans
  2. Display Opening Products
  3. Display some charts

Dashboard

  1. Open Cases
  2. Finished Cases

Product

Plan

Library

  1. Display test case tree
  2. Maintain all test cases about current product

Report

  1. Cross-query on Testcase and test plan

Prepare to meet an empty website just like a tutorial demo...