| author | ymh <ymh.work@gmail.com> |
| Tue, 08 Apr 2014 16:21:53 +0200 | |
| changeset 628 | ecf0e467eeb8 |
| parent 597 | 6cbcec19079b |
| permissions | -rw-r--r-- |
|
593
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
|
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
function define (name, value) {
|
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
Object.defineProperty (exports, name, {
|
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
value: value, |
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
enumerable: true |
|
628
ecf0e467eeb8
adapt dev enviromenent to the new test-suite location
ymh <ymh.work@gmail.com>
parents:
597
diff
changeset
|
6 |
}); |
|
593
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
} |
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
|
|
628
ecf0e467eeb8
adapt dev enviromenent to the new test-suite location
ymh <ymh.work@gmail.com>
parents:
597
diff
changeset
|
9 |
define ("DEBUG", false);
|
|
ecf0e467eeb8
adapt dev enviromenent to the new test-suite location
ymh <ymh.work@gmail.com>
parents:
597
diff
changeset
|
10 |
|
|
593
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
11 |
define ("USER_ADMIN", '<%= @superuser_name %>');
|
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
define ("PASS_ADMIN", '<%= @superuser_pw %>');
|
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
13 |
|
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
define ("BROWSERS", ['PhantomJS']);
|
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
15 |
|
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
16 |
// TODO: decide wether we should populate workspaces with standard users or |
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
17 |
// create them on the fly ? |
|
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
18 |
|
| 597 | 19 |
define ("USER_EDIT", '<%= @user_edit_name %>');
|
20 |
define ("PASS_EDIT", '<%= @user_edit_pw %>');
|
|
|
593
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
21 |
|
| 597 | 22 |
define ("USER_COM", '<%= @user_com_name %>');
|
23 |
define ("PASS_COM", '<%= @user_com_pw %>');
|
|
|
593
8156e6e3c503
add karma test configuration creation in vagrant provision and add supervisor entry to launch (open|libre)office headless
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
24 |
|
| 597 | 25 |
define ("USER_OBSERV", '<%= @user_observ_name %>');
|
26 |
define ("PASS_OBSERV", '<%= @user_observ_pw %>');
|