Setup a local dev server for your Playwright tests Sumit Kumar Pradhan May 02, 2025Playwright comes with a webserver option in the config file which gives you the ability to launch a local dev server before running your tes... Continue Reading
API Mocking for your Playwright tests Sumit Kumar Pradhan May 01, 2025API mocking in Playwright is a powerful technique for testing web applications by intercepting and simulating API responses without relying ... Continue Reading
Playwright Visual Regression Testing Complete Guide Sumit Kumar Pradhan May 01, 2025This is a complete guide to Visual Regression Testing with Playwright, a modern end-to-end testing framework that supports Chromium, Firefox... Continue Reading
How to use Playwright to test multiple browser windows? Sumit Kumar Pradhan May 01, 2025Here is a way you can test multiple windows. Not multiple tabs in the same window. But multiple windows, each with its own storage and cooki... Continue Reading
Testing meta tags in playwright Sumit Kumar Pradhan May 01, 2025In this example we will explore how to get meta tag information in Playwright. Testing meta tags with Playwright involves using the browser ... Continue Reading
How use dotenv in playwright Sumit Kumar Pradhan May 01, 2025In this example we will explore how to use dotenv in Playwright. Using dotenv in a Playwright project is a great way to manage environment ... Continue Reading
How to pass environment variables in Playwright Sumit Kumar Pradhan May 01, 2025 In this example we will explore how to set access environment variables in Playwright using CLI. To pass environment variables in Playwrigh... Continue Reading