Skip to content

Commit 946ec0f

Browse files
committed
Remove redundant validation points and simplify Newman run command in README.md
1 parent 83a72dd commit 946ec0f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ This project validates:
1212
- HTTP status codes
1313
- Response times
1414
- JSON schema/contract for posts
15-
- Handling of path parameters
16-
- Stability of the `/posts` resources
1715

1816
Tests run automatically using:
1917

@@ -46,8 +44,7 @@ npm install -g newman
4644
### 2. Run the Collection
4745

4846
```bash
49-
newman run "postman/JSONPlaceholder API Contract Tests.postman_collection.json" \
50-
-e "postman/Development Environment.json"
47+
newman run "postman/JSONPlaceholder API Contract Tests.postman_collection.json" -e "postman/Development Environment.json"
5148
```
5249

5350
---

0 commit comments

Comments
 (0)