-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostman_collection.json
More file actions
42 lines (42 loc) · 874 Bytes
/
Copy pathpostman_collection.json
File metadata and controls
42 lines (42 loc) · 874 Bytes
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
{
"info": {
"_postman_id": "76a4f10e-3e46-45b3-845f-2b6fe66ef347",
"name": "CarTrawler API - BDD Scenarios",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "25758698"
},
"item": [
{
"name": "0. Seed Test Data (Create Vehicle)",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "1. Fleet Search (Valid Route)",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "2. Create Booking (Valid Vehicle)",
"request": {
"method": "GET",
"header": []
},
"response": []
},
{
"name": "3. Cancel Booking",
"request": {
"method": "GET",
"header": []
},
"response": []
}
]
}