Skip to content

Commit 56eaced

Browse files
committed
Add Postman environment and collection files for API testing
1 parent bcfcf52 commit 56eaced

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

.github/workflows/postman-tests.yml

Whitespace-only changes.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"id": "948eb399-1516-447a-b963-e262b57a6725",
3+
"name": "Development",
4+
"values": [
5+
{
6+
"key": "baseUrl",
7+
"value": "",
8+
"type": "default",
9+
"enabled": true
10+
}
11+
],
12+
"color": null,
13+
"_postman_variable_scope": "environment",
14+
"_postman_exported_at": "2025-11-21T12:10:19.553Z",
15+
"_postman_exported_using": "Postman/11.72.8"
16+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"info": {
3+
"_postman_id": "35183f5f-9559-48a2-ad97-705822ec8e01",
4+
"name": "JSONPlaceholder API Contract Tests",
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
6+
"_exporter_id": "50210709",
7+
"_collection_link": "https://www.postman.com/saoudiam-97-2155897/workspace/jsonplaceholder-api-tests/collection/50210709-35183f5f-9559-48a2-ad97-705822ec8e01?action=share&source=collection_link&creator=50210709"
8+
},
9+
"item": [
10+
{
11+
"name": "GET All Posts (Health Check)",
12+
"request": {
13+
"method": "GET",
14+
"header": [],
15+
"url": {
16+
"raw": "{{baseUrl}}/posts",
17+
"host": [
18+
"{{baseUrl}}"
19+
],
20+
"path": [
21+
"posts"
22+
]
23+
}
24+
},
25+
"response": []
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)