Common Playwright Commands Sumit Kumar Pradhan May 26, 2025In this example we will explore different type of commands used in playwright to run tests. Thanks to Microsoft's Playwright, running en... Continue Reading
How to Read and Write Excel file in Node.js and playwright ? Sumit Kumar Pradhan May 25, 2025In this example we will explore how to read and write data in excel sheet in JavaScript using node NPM module. To read and write Excel file ... Continue Reading
Key Design Patterns for Effective Test Automation Sumit Kumar Pradhan May 25, 2025This example we will explore how to use different design pattern for effective test automation framework in playwright automation. It helps ... Continue Reading
Testing in Incognito Mode with Playwright Sumit Kumar Pradhan May 25, 2025Testing in incognito mode is crucial for ensuring that your application behaves as expected for users who prefer private browsing. Playwrigh... Continue Reading
Understanding TypeScript Operators: !, ?, ??, and ?. Explained Sumit Kumar Pradhan May 24, 2025In this example we will explore how to use TypeScript Operators: ! , ? , ?? , and ?. with simple example in typescript project as well playw... Continue Reading
How to combine POMs (Page Object Models) with Playwright Fixtures for better developer experience Sumit Kumar Pradhan May 24, 2025Playwright fixtures and traditional Page Object Models (POM) are both used in test automation, but they serve different purposes and can be ... Continue Reading
Fixtures (Built-in Fixtures) in Playwright with basic example Sumit Kumar Pradhan May 24, 2025In this example we will explore how to use built in fixture in playwright with simple example. When writing end-to-end tests with Playwright... Continue Reading