Skip to content

Commit 01e5f97

Browse files
updated readme with blog link and CI badge (#14)
1 parent 7b178f1 commit 01e5f97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)
22
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
3+
[![Java CI with Maven](https://github.com/mfaisalkhatri/api-testing-playwright-java-testng/actions/workflows/maven.yml/badge.svg)](https://github.com/mfaisalkhatri/api-testing-playwright-java-testng/actions/workflows/maven.yml)
34

45
## Don't forget to give a :star: to make the project popular.
56

@@ -25,7 +26,6 @@ You will get the answers to the following questions and its respective working c
2526
- How to handle the `authentication` requests?
2627
- How to verify the Response Body?
2728
- How to verify the Response Status Code?
28-
- How to verify the Response headers?
2929
- How to extract value from Response Body?
3030
- How to create `POJO` for passing values to request body?
3131
- How to use `Lombok` to generate `Getters` and `Setters`?
@@ -35,6 +35,7 @@ You will get the answers to the following questions and its respective working c
3535

3636
## :writing_hand: Blog Links
3737
- [What is API Testing?](https://mfaisalkhatri.github.io/2020/08/08/apitesting/)
38+
- [How to perform End to End API Testing using Playwright with Java and TestNG](https://medium.com/@iamfaisalkhatri/how-to-perform-end-to-end-api-testing-using-playwright-with-java-and-testng-26b318927115)
3839

3940
## :question: Need Assistance?
4041

0 commit comments

Comments
 (0)