Skip to content

nestor-qa/nestor

 
 

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

Packages

No packages published

Languages

  • JavaScript 84.6%
  • HTML 10.3%
  • PHP 4.9%
  • CSS 0.2%
  • Nginx 0.0%
  • CoffeeScript 0.0%