Created
September 18, 2013 18:23
-
-
Save youknowjack/6613313 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tests" : { | |
"bgcolortst" : { | |
"version" : 1, | |
"description" : "background color test", | |
"constants" : { | |
}, | |
"rule" : null, | |
"salt" : "bgcolortst", | |
"buckets" : [ { | |
"name" : "inactive", | |
"value" : -1, | |
"description" : "", | |
"payload" : { | |
"stringValue" : "" | |
} | |
}, { | |
"name" : "control", | |
"value" : 0, | |
"description" : "current color", | |
"payload" : { | |
"stringValue" : "" | |
} | |
}, { | |
"name" : "altColor1", | |
"value" : 1, | |
"description" : "first color to test", | |
"payload" : { | |
"stringValue" : "#f15802" | |
} | |
}, { | |
"name" : "altColor2", | |
"value" : 2, | |
"description" : "second color to test", | |
"payload" : { | |
"stringValue" : "#000000" | |
} | |
}, { | |
"name" : "altColor3", | |
"value" : 3, | |
"description" : "third color to test", | |
"payload" : { | |
"stringValue" : "#3d3d3d" | |
} | |
}], | |
"allocations" : [ { | |
"rule" : null, | |
"ranges" : [ { | |
"length" : 0.0, | |
"bucketValue" : -1 | |
}, { | |
"length" : 0.25, | |
"bucketValue" : 0 | |
}, { | |
"length" : 0.25, | |
"bucketValue" : 1 | |
}, { | |
"length" : 0.25, | |
"bucketValue" : 2 | |
}, { | |
"length" : 0.25, | |
"bucketValue" : 3 | |
} ] | |
} ], | |
"testType" : "USER" | |
} | |
}, | |
"audit" : { | |
"version" : 1, | |
"updatedBy" : "jack", | |
"updated" : 1379048400000 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment