Rinkesh PatelRecipe for managing Playwright Tests for different deployment environmentsIntroductionDec 3
Zhimin ZhanA Tale of a Deceptive End-to-End Test Automation EngineerThere is no shame in lacking the ability to perform user end-to-end test automation, but deceitfulness is certainly unacceptable.Jul 20, 20234
InFrontend WeeklybyShanika WickramasinghePlaywright vs Puppeteer: Choosing the Right Browser Automation Tool in 2024What are the origins of Playwright and Puppeteer?May 151May 151
Rinkesh PatelHow many Playwright workers to use?We often encounter scenarios where executing a large number of tests, such as 1700–1800 Playwright and API tests daily across three…Dec 1Dec 1
AutomationQAHow to Setup Playwright End-to-End Test Automation FrameworkSetting up an end-to-end (E2E) test automation framework with Playwright involves several steps, from installing the necessary tools to…Aug 7Aug 7
Rinkesh PatelRecipe for managing Playwright Tests for different deployment environmentsIntroductionDec 3
Zhimin ZhanA Tale of a Deceptive End-to-End Test Automation EngineerThere is no shame in lacking the ability to perform user end-to-end test automation, but deceitfulness is certainly unacceptable.Jul 20, 20234
InFrontend WeeklybyShanika WickramasinghePlaywright vs Puppeteer: Choosing the Right Browser Automation Tool in 2024What are the origins of Playwright and Puppeteer?May 151
Rinkesh PatelHow many Playwright workers to use?We often encounter scenarios where executing a large number of tests, such as 1700–1800 Playwright and API tests daily across three…Dec 1
AutomationQAHow to Setup Playwright End-to-End Test Automation FrameworkSetting up an end-to-end (E2E) test automation framework with Playwright involves several steps, from installing the necessary tools to…Aug 7
Bisma LatifCommon Pitfalls in Building and Scaling Automation FrameworksBuilding an automation framework can feel like constructing a house — you lay the foundation, create rooms for specific purposes, and…Dec 1
Orozbek AskarovBuilding a Robust API Testing Framework in Playwright(Typescript version)API testing is a critical aspect of ensuring the robustness and reliability of back-end services. With the advent of Playwright, a powerful…Mar 171
InTowards DevbyKushal BhalaikBuilding a Load Testing Framework using K6.io — Creating a GitHub Workflow (Part 8)In Part-07 of this article series we integrated a custom logger to the framework.Nov 21