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