We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44a5cd commit 92fcaa8Copy full SHA for 92fcaa8
README.md
@@ -49,7 +49,7 @@ newman run "postman/JSONPlaceholder_API_Contract_Tests.postman_collection.json"
49
50
---
51
52
-## 🌐 API Under Test
+## API Under Test
53
54
All tests run against:
55
@@ -58,3 +58,11 @@ https://jsonplaceholder.typicode.com
58
```
59
60
The base URL is configured via the `baseUrl` environment variable in the environment file.
61
+
62
+## Continuous Integration (GitHub Actions)
63
64
+This project includes a CI pipeline that automatically runs all API tests on:
65
66
+Every push
67
68
+Every pull request
0 commit comments