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:generateand 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 serveand browse http://localhost:8000