summaryrefslogtreecommitdiff
path: root/src/main/resources/testData.json
blob: b0e3aca06d5fe3945cace2f34707a87844cc1ff5 (plain)
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
{
  "testCases": [
    {
      "steps": [
        {
        },
        {
          "post": {
            "id": "99",
            "userId": "10",
            "isTitleEmpty": "false",
            "isBodyEmpty": "false"
          }
        },
        {
          "isResponseBodyEmpty": "true",
          "post": {
            "id": "150"
          }
        },
        {
          "post": {
            "userId": "1"
          }
        },
        {
          "user": {
            "id": "5",
            "name": "Chelsey Dietrich",
            "username": "Kamren",
            "email": "Lucio_Hettinger@annie.ca",
            "address": {
              "street": "Skiles Walks",
              "suite": "Suite 351",
              "city": "Roscoeview",
              "zipcode": "33263",
              "geo": {
                "lat": "-31.8129",
                "lng": "62.5342"
              }
            },
            "phone": "(254)954-1289",
            "website": "demarco.info",
            "company": {
              "name": "Keebler LLC",
              "catchPhrase": "User-centric fault-tolerant solution",
              "bs": "revolutionize end-to-end systems"
            }
          }
        },
        {
          "user": {
            "id": "5"
          }
        }
      ]
    }
  ]
}