Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

indeedeng/proctor-webapp-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proctor-webapp-library


This repository is now archived, the contents have been moved to https://github.com/indeedeng/proctor


Proctor-Webapp-Library is a library used for running a web application to create and modify Proctor definitions.

Features:

Installation

Example

See proctor-webapp

Documentation

Proctor-Webapp-Library assumes that users will have a trunk/qa/prod lifecycle for test definitions. Users can define tests in trunk, and promote them to qa, then prod.

Backend configuration

Proctor-webapp-library has a bean RevisionControlStoreFactory which expects several properties to be set, defining the storage of the test matrix.

  • revision.control whether to use git or svn
  • scm.path location of the repository

Based on this, 3 test matrix stores will be created based on applicationContext.xml:

  • TRUNK
  • QA
  • PROD

Discussion

Join the indeedeng-proctor-users mailing list to ask questions and discuss use of Proctor-Webapp and/or Proctor.

Deploying

Contributing

License

Apache License Version 2.0