-
Notifications
You must be signed in to change notification settings - Fork 0
/
proctor-demo.json
67 lines (67 loc) · 1.43 KB
/
proctor-demo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"tests" : {
"bgcolortst" : {
"version" : 1,
"description" : "background color test",
"constants" : {
},
"rule" : null,
"salt" : "bgcolortst",
"buckets" : [ {
"name" : "inactive",
"value" : -1,
"description" : "",
"payload" : {
"stringValue" : ""
}
}, {
"name" : "altColor1",
"value" : 0,
"description" : "indeed orange",
"payload" : {
"stringValue" : "#ff6600"
}
}, {
"name" : "altColor2",
"value" : 1,
"description" : "magenta",
"payload" : {
"stringValue" : "#CD29C0"
}
}, {
"name" : "altColor3",
"value" : 2,
"description" : "indeed blue",
"payload" : {
"stringValue" : "#2164f3"
}
}, {
"name" : "altColor4",
"value" : 3,
"description" : "green",
"payload" : {
"stringValue" : "#008040"
}
}],
"allocations" : [ {
"rule" : null,
"ranges" : [ {
"length" : 0.25,
"bucketValue" : 0
}, {
"length" : 0.5,
"bucketValue" : -1
}, {
"length" : 0.25,
"bucketValue" : 2
} ]
} ],
"testType" : "USER"
}
},
"audit" : {
"version" : 1,
"updatedBy" : "jack",
"updated" : 1379048400000
}
}