Skip to content

kinow/nestor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a3bac9 · Jan 13, 2017
Dec 4, 2016
Oct 17, 2015
Apr 12, 2016
Nov 12, 2016
Oct 10, 2016
Jan 13, 2017
Apr 12, 2016
Dec 4, 2016
Jun 23, 2016
Apr 12, 2016
Oct 17, 2015
Nov 12, 2016
Oct 18, 2015
Sep 1, 2016
Sep 17, 2016
Sep 17, 2016
Oct 17, 2015
Sep 7, 2016
Sep 1, 2016
Apr 12, 2016
Jul 2, 2016
Feb 16, 2016
Oct 17, 2015
Feb 16, 2016
Sep 20, 2016
Nov 12, 2016
Dec 4, 2016
Apr 12, 2016
Sep 14, 2016
Oct 17, 2015
Oct 17, 2015
Sep 1, 2016
Aug 23, 2016
Oct 17, 2015

Repository files navigation

Nestor-QA

Nestor is a quality assurance, Open Source test management server.

Build Status Coverage Status

Features

  • Manage test project
  • Specification with test project, test suites, and test cases
  • Test planning
  • Test execution

Running in development mode

  • git clone
  • install composer, php5 and php5-mcrypt
  • run composer install
  • php artisan key:generate and copy the $KEY
  • vim .env
  APP_KEY=$KEY
  API_STANDARDS_TREE=vnd
  API_SUBTYPE=nestorqa
  API_PREFIX=api
  API_VERSION=v1
  API_NAME=Nestor-QA API
  API_CONDITIONAL_REQUEST=false
  API_STRICT=false