Skip to content

Commit 92fcaa8

Browse files
committed
Fix formatting in README.md for API Under Test section
1 parent d44a5cd commit 92fcaa8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ newman run "postman/JSONPlaceholder_API_Contract_Tests.postman_collection.json"
4949

5050
---
5151

52-
## 🌐 API Under Test
52+
## API Under Test
5353

5454
All tests run against:
5555

@@ -58,3 +58,11 @@ https://jsonplaceholder.typicode.com
5858
```
5959

6060
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

Comments
 (0)