File tree Expand file tree Collapse file tree 1 file changed +38
-17
lines changed
tests/CTS/requests/abtesting Expand file tree Collapse file tree 1 file changed +38
-17
lines changed Original file line number Diff line number Diff line change 11[
22 {
3- "configuration" : {
4- "emptySearch" : {
5- "exclude" : true
6- },
7- "minimumDetectableEffect" : {
8- "size" : 0.03 ,
9- "metric" : " conversionrate"
10- }
3+ "testName" : " estimate AB Test sample size" ,
4+ "parameters" : {
5+ "endAt" : " 2022-12-31T00:00:00.000Z" ,
6+ "name" : " myABTest" ,
7+ "variants" : [
8+ {
9+ "index" : " AB_TEST_1" ,
10+ "trafficPercentage" : 30
11+ },
12+ {
13+ "index" : " AB_TEST_2" ,
14+ "trafficPercentage" : 50
15+ }
16+ ]
1117 },
12- "variants" : [
13- {
14- "index" : " AB_TEST_1" ,
15- "trafficPercentage" : 50
16- },
17- {
18- "index" : " AB_TEST_2" ,
19- "trafficPercentage" : 50
18+ "request" : {
19+ "path" : " /2/abtests/estimate" ,
20+ "method" : " POST" ,
21+ "body" : {
22+ "configuration" : {
23+ "emptySearch" : {
24+ "exclude" : true
25+ },
26+ "minimumDetectableEffect" : {
27+ "size" : 0.03 ,
28+ "metric" : " conversionrate"
29+ }
30+ },
31+ "variants" : [
32+ {
33+ "index" : " AB_TEST_1" ,
34+ "trafficPercentage" : 50
35+ },
36+ {
37+ "index" : " AB_TEST_2" ,
38+ "trafficPercentage" : 50
39+ }
40+ ]
2041 }
21- ]
42+ }
2243 }
2344]
You can’t perform that action at this time.
0 commit comments