Cerosh Jacob·Aug 5, 2024Selenium to Playwright MigrationMy recommendations for anyone starting to learn Playwright from the ground zero are as follows, especially if you come from a selenium…A response icon1A response icon1
Cerosh Jacob·Jun 23, 2024Demystifying 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…
Cerosh Jacob·Jun 16, 2024Hai 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.
Cerosh Jacob·Jun 15, 2024Enhancing 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…
Cerosh Jacob·Jun 10, 2024Setting 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…A response icon1A response icon1
Cerosh Jacob·Jun 3, 2024Formatting 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…
Cerosh Jacob·Apr 16, 2024Playwright’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…A response icon1A response icon1
Cerosh Jacob·Mar 19, 2024Playwright’s auto-wait is simple and superbProblem Statement: Extracting text from an initial hidden element only becomes visible after a preceding action is completed.
Cerosh Jacob·Mar 7, 2024Clean 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…