src/cm/scripts/test-suite/workspace.info.js.example
author ymh <ymh.work@gmail.com>
Sat, 15 Mar 2014 10:03:04 +0100
changeset 618 2bcc27f6c5fb
parent 613 a0b695aace0a
permissions -rw-r--r--
correct test for dashboard under PhantomJS
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
598
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     1
613
a0b695aace0a File field of Upload from file is now mandatory.
Simon Descarpentries <sid@sopinspace.com>
parents: 598
diff changeset
     2
define ("BROWSERS", ['Chrome']);
a0b695aace0a File field of Upload from file is now mandatory.
Simon Descarpentries <sid@sopinspace.com>
parents: 598
diff changeset
     3
a0b695aace0a File field of Upload from file is now mandatory.
Simon Descarpentries <sid@sopinspace.com>
parents: 598
diff changeset
     4
define ("WORKSPACE_URL", '<workspace-url>'); // Under http://IP_ADDRESS:PORT_NUM/ format
a0b695aace0a File field of Upload from file is now mandatory.
Simon Descarpentries <sid@sopinspace.com>
parents: 598
diff changeset
     5
define ("USER_ADMIN", '<admin-login>');
a0b695aace0a File field of Upload from file is now mandatory.
Simon Descarpentries <sid@sopinspace.com>
parents: 598
diff changeset
     6
define ("PASS_ADMIN", '<admin-password>');
598
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     7
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     8
define ("USER_EDIT", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
     9
define ("PASS_EDIT", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    10
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    11
define ("USER_COM", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    12
define ("PASS_COM", '');
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    13
613
a0b695aace0a File field of Upload from file is now mandatory.
Simon Descarpentries <sid@sopinspace.com>
parents: 598
diff changeset
    14
define ("USER_OBSERV", '');
a0b695aace0a File field of Upload from file is now mandatory.
Simon Descarpentries <sid@sopinspace.com>
parents: 598
diff changeset
    15
define ("PASS_OBSERV", '');
a0b695aace0a File field of Upload from file is now mandatory.
Simon Descarpentries <sid@sopinspace.com>
parents: 598
diff changeset
    16
598
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    17
function define (name, value) {
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    18
    Object.defineProperty (exports, name, {
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    19
        value:      value,
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    20
        enumerable: true
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    21
    });
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    22
}
fd0507590413 668 tests, 80% of the workspace tested
Simon Descarpentries <sid@sopinspace.com>
parents:
diff changeset
    23