diff -r 2bed79bde721 -r a0b695aace0a src/cm/scripts/test-suite/workspace.info.js.example --- a/src/cm/scripts/test-suite/workspace.info.js.example Wed Mar 12 18:33:06 2014 +0100 +++ b/src/cm/scripts/test-suite/workspace.info.js.example Thu Mar 13 18:19:43 2014 +0100 @@ -1,7 +1,9 @@ -define ("WORKSPACE_URL", 'http://192.168.2.61:8000/'); -define ("USER_ADMIN", ''); -define ("PASS_ADMIN", ''); +define ("BROWSERS", ['Chrome']); + +define ("WORKSPACE_URL", ''); // Under http://IP_ADDRESS:PORT_NUM/ format +define ("USER_ADMIN", ''); +define ("PASS_ADMIN", ''); define ("USER_EDIT", ''); define ("PASS_EDIT", ''); @@ -9,6 +11,9 @@ define ("USER_COM", ''); define ("PASS_COM", ''); +define ("USER_OBSERV", ''); +define ("PASS_OBSERV", ''); + function define (name, value) { Object.defineProperty (exports, name, { value: value,