1
+ [
2
+ {
3
+ "requestType" : " REST" ,
4
+ "method" : " GET" ,
5
+ "scenario" : " Read user infos - Example" ,
6
+ "resource" : " ep" ,
7
+ "csvson" : [
8
+ " dateOfBirth,firstName,lastName,lastTimeOnline,spokenLanguages/additionalProp1:additionalProp2:additionalProp3,username" ,
9
+ " 1955-10-28,Bill,Gates,2020-08-30T20:28:36.267Z,Tamil:English:Spanish,bgates"
10
+ ],
11
+ "availableParams" : [{
12
+ "parameterType" : " HEADER_PARAM" ,
13
+ "value" : " application/json" ,
14
+ "key" : " contentType"
15
+ }],
16
+ "contentType" : " application/json" ,
17
+ "scenarioId" : " ReadPerson-Simple" ,
18
+ "url" : " /persons/bgates" ,
19
+ "tags" : " @examples" ,
20
+ "httpStatusCode" : " 200"
21
+ },
22
+ {
23
+ "outputFields" : {"status" : " available" },
24
+ "requestType" : " REST" ,
25
+ "method" : " GET" ,
26
+ "scenario" : " Read pet by customer by query params" ,
27
+ "resource" : " ep" ,
28
+ "csvson" : [
29
+ " id,name, category/id:name,status" ,
30
+ " i~201,,i~200:Bulldog,available"
31
+ ],
32
+ "availableParams" : [
33
+ {
34
+ "parameterType" : " HEADER_PARAM" ,
35
+ "value" : " application/json" ,
36
+ "key" : " contentType"
37
+ },
38
+ {
39
+ "parameterType" : " QUERY_PARAM" ,
40
+ "value" : " validateEmpty" ,
41
+ "key" : " tags"
42
+ }
43
+ ],
44
+ "contentType" : " application/json" ,
45
+ "scenarioId" : " ReadPetByQueryparams-Simple" ,
46
+ "url" : " /pets/findByTags" ,
47
+ "tags" : " @empty_test" ,
48
+ "httpStatusCode" : " 200"
49
+ },
50
+ {
51
+ "outputFields" : {
52
+ "name==null" : " true" ,
53
+ "status" : " available"
54
+ },
55
+ "requestType" : " REST" ,
56
+ "method" : " GET" ,
57
+ "scenario" : " Read pet by customer by query params" ,
58
+ "resource" : " ep" ,
59
+ "csvson" : [
60
+ " id,category/id:name,status" ,
61
+ " i~201,i~200:Bulldog,available"
62
+ ],
63
+ "availableParams" : [
64
+ {
65
+ "parameterType" : " HEADER_PARAM" ,
66
+ "value" : " application/json" ,
67
+ "key" : " contentType"
68
+ },
69
+ {
70
+ "parameterType" : " QUERY_PARAM" ,
71
+ "value" : " validateNull" ,
72
+ "key" : " tags"
73
+ }
74
+ ],
75
+ "contentType" : " application/json" ,
76
+ "scenarioId" : " ReadPetByQueryparams-Simple" ,
77
+ "url" : " /pets/findByTags" ,
78
+ "tags" : " @test_2" ,
79
+ "httpStatusCode" : " 200"
80
+ }
81
+ ]
0 commit comments