Python Cheat Sheet: Quick Reference Guide Sumit Kumar Pradhan July 13, 2026 Python Cheat Sheet & Quick Reference: The Essential Guide for All Python Developers Python has become one of the most popular p... Continue Reading
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