1 parent 83a72dd commit 946ec0fCopy full SHA for 946ec0f
1 file changed
README.md
@@ -12,8 +12,6 @@ This project validates:
12
- HTTP status codes
13
- Response times
14
- JSON schema/contract for posts
15
-- Handling of path parameters
16
-- Stability of the `/posts` resources
17
18
Tests run automatically using:
19
@@ -46,8 +44,7 @@ npm install -g newman
46
44
### 2. Run the Collection
47
45
48
```bash
49
-newman run "postman/JSONPlaceholder API Contract Tests.postman_collection.json" \
50
- -e "postman/Development Environment.json"
+newman run "postman/JSONPlaceholder API Contract Tests.postman_collection.json" -e "postman/Development Environment.json"
51
```
52
53
---
0 commit comments