Cerosh JacobSelenium to Playwright MigrationMy recommendations for anyone starting to learn Playwright from the ground zero are as follows, especially if you come from a selenium…Aug 51Aug 51
Cerosh JacobDemystifying GitHub Actions: A Step-by-Step GuideThis article dives into the core structure of a GitHub Actions workflow, guiding you through defining the events that trigger the workflow…Jun 23Jun 23
Cerosh JacobHai Navya,such a great write up with loads of information. If you are open for suggestion given below are few things that i have noticed.Jun 16Jun 16
Cerosh JacobEnhancing Playwright Test Automation with Regular ExpressionsRegular expressions were formalized in the 1950s by mathematician Stephen Cole Kleene. The concept was later adopted into text processing…Jun 15Jun 15
Cerosh JacobSetting Up ESLint for Playwright Projects with TypeScriptESLint is a tool for identifying and reporting ECMAScript/JavaScript code patterns, improving consistency and preventing bugs. It's fully…Jun 10Jun 10
Cerosh JacobFormatting Made Easy: A Guide to Using PrettierInconsistent code formatting can hinder readability and cause friction in team projects. Prettier, a robust code formatter, addresses this…Jun 3Jun 3
Cerosh JacobPlaywright’s Retry Feature for Individual Test StepsWhile retries enhance test reliability, excessive use can hide issues like timeouts and race conditions. It’s critical to resolve root…Apr 161Apr 161
Cerosh JacobPlaywright’s auto-wait is simple and superbProblem Statement: Extracting text from an initial hidden element only becomes visible after a preceding action is completed.Mar 19Mar 19
Cerosh JacobClean Test Cases Using Page Object Model (POM) in PlaywrightYou may have seen numerous posts about creating a page object model in Playwright, but many of them, while simple, can quickly become…Mar 7Mar 7