Last Updated Date
Playwright is a modern and powerful end-to-end testing framework developed by Microsoft, specifically designed for the automation of web applications. It supports programming languages like Java, Python, C#, and NodeJS. Playwright comes with Apache 2.0 License and is most popular with NodeJS with Javascript/Typescript.

| Chapter 1 How to install node.js on windows 11 |
| Chapter 2 How to Install Visual Studio Code on Windows |
| Chapter 3 Why Choose Playwright for Browser Automation? |
| Chapter 4 How to install Playwright in Windows? |
| Chapter 5 How to run tests in UI mode in Playwright |
| Chapter 6 How to Specify Browsers in Playwright Tests |
| Chapter 7 Automate Playwright Tests with Command-Line Options |
| Chapter 8 How to Attach Screenshots in Playwright for Failed Tests |
| Chapter 9 Unlocking Playwright: Test Reports with Tags and Annotations – NEW |
| Chapter 10 Mastering Snapshot Testing with Playwright – NEW |
API Testing
| Chapter 1 How to Execute GET Requests in Playwright |
| Chapter 2 How to Execute POST Requests in Playwright |
| Chapter 3 How to Execute PUT Requests in Playwright – NEW |
| Chapter 4 How to Execute PATCH Requests in Playwright – NEW |
| Chapter 5 How to Execute DELETE Requests in Playwright – Coming Soon |
| Chapter 6 How to add custom headers in Playwright? – Coming Soon |
| Chapter 7 Handle Query Parameters in Playwright – Coming Soon |
| Chapter 8 Send JSON File as Payload in Playwright – Coming Soon |
| Chapter 9 Send XML File as Payload in Playwright – Coming Soon |