Nestor is a quality assurance, Open Source test management server.
- Manage test project
- Specification with test project, test suites, and test cases
- Test planning
- Test execution
git clone
- install composer, php5 and php5-mcrypt
- run
composer install
php artisan key:generate
and copy the $KEYvim .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
php artisan serve
and browse http://localhost:8000