src/cm/scripts/test-suite/workspace.info.js.tmpl
author ymh <ymh.work@gmail.com>
Fri, 07 Mar 2014 09:36:04 +0100
changeset 592 cd268815de68
permissions -rw-r--r--
correct karma tests configuration to be more generic


define ("WORKSPACE_URL", '<workspace-url>');
define ("USER_ADMIN", '<admin-login>');
define ("PASS_ADMIN", '<admin-password>');

define ("BROWSERS", ['Chrome']);

// TODO: decide wether we should populate workspaces with standard users or
// create them on the fly ?

define ("USER_EDIT", '');
define ("PASS_EDIT", '');

define ("USER_COM", '');
define ("PASS_COM", '');

define ("USER_OBSERV", '');
define ("PASS_OBSERV", '');

function define (name, value) {
    Object.defineProperty (exports, name, {
        value:      value,
        enumerable: true
    });
}