Python Cheat Sheet & Quick Reference Sumit Kumar Pradhan May 29, 2025Python is the most popular programming language in data science. Use this cheat sheet to jumpstart your Python learning journey. Continue Reading
Add global beforeEach / afterEach hooks using Playwright automatic fixtures Sumit Kumar Pradhan May 29, 2025In this example we will explore how to use global beforeEach and afterEach implementation using playwright automatic fixtures. Playwright’s ... Continue Reading
find() and filter() in javascript Sumit Kumar Pradhan May 27, 2025 In this explore explore implementation of find() and filter() function in JavaScript with simple example. There are various ways to extract... Continue Reading
Integrating Playwright with CI/CD Tools - Github Actions Sumit Kumar Pradhan May 27, 2025In this example we will explore how to use GitHub Action in playwright to automate the CI/CD pipeline. Playwright tests can be run on any CI... Continue Reading
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