Mike Stop Continuesmikestopcontinues.hashnode.dev·7 hours agoBlock Ads in Playwright with an AdblockerPlaywright is such a powerful technology because it gives you programmatic access to a full web browser. However, that means it also suffers from the same weaknesses as the browser. Anything that slows down a human browsing the web also slows down yo...DiscussPlaywright Performanceplaywright
Md. Niaz Morshedniazmorshed1494.hashnode.dev·Nov 29, 2023Headless VS Headed Modes in PlaywrightIn Playwright, "headed" and "headless" modes refer to different ways of running a browser during automated tests. Headed Mode:In headed mode, the browser runs in a visible window, allowing you to see the actions being performed by the automated scrip...Discussautomation
Mike Stop Continuesmikestopcontinues.hashnode.dev·Nov 24, 2023Block Inline Styles and Scripts in Playwright ScriptsSpeed is a key consideration in web automation and testing. While network requests often play a key role in performance, inline resources can have an equally detrimental impact. And they're often overlooked. After all, inline stylesheets and scripts ...DiscussPlaywright Performanceplaywright
Mike Stop Continuesmikestopcontinues.hashnode.dev·Nov 17, 2023Speed Up the Headless Browser in PlaywrightFor developers immersed in web automation, Playwright is a vital ally... but it can be a pretty heavy process to run. As you begin to rely more on headless browsers, it becomes important to be able to make those scripts faster and more stable. Thankf...DiscussPlaywright Performanceplaywright
Luc Gaganlucgagan.hashnode.dev·Nov 12, 2023Revolutionizing Playwright Tests with AIIn the ever-evolving landscape of software development, the need for efficient and effective testing solutions has never been more critical. Today, I am thrilled to introduce Auto Playwright, an open-source project that integrates the power of AI int...Discussplaywright
Luc Gaganlucgagan.hashnode.dev·Nov 9, 2023Streamlining Docker Workflow: Introducing Rayrun's Docker Command Conversion ToolsA Valuable Addition for QA Engineers and Developers Docker, a cornerstone of modern software development, offers flexibility and efficiency in creating, deploying, and running applications using containers. Yet, transitioning between Docker commands ...DiscussDocker
Mike Stop Continuesmikestopcontinues.hashnode.dev·Nov 9, 2023Block Specific Network Resources for Faster Playwright ScriptsSo you've written a Playwright automation, and now you want to make it fast. One of the best ways to accomplish this is by blocking the myriad requests the browser makes after the initial page load. After all, depending on your needs, you may not act...DiscussPlaywright PerformanceJavaScript
Israel Oyetunjiisraelmitolu.hashnode.dev·Oct 27, 2023Getting Started With Web Scraping in PlaywrightAs the internet continues to expand exponentially, so does the wealth of information it holds. For businesses, researchers, and data enthusiasts, harnessing this information is crucial for gaining a competitive edge. Web scraping has emerged as a pow...Discuss·10 likes·33 readsweb scraping
Mehul Gadhiyamehulg98.hashnode.dev·Oct 26, 2023Playwright tutorial: How To Handle Inputs And Buttons In PlaywrightAs per StateofJS 2021 survey, Playwright has gained popularity in contrast to prominent JavaScript testing framework, with the awareness percentage rising from 19% to a whopping 34% in just a single year 2020–2021. A playwright is an open-source test...Discussplaywright
Veera .5v1988.hashnode.dev·Oct 20, 2023Write tests that withstand storms and quakesIntroduction Many of us who are on to writing automated tests — in integration or e2e testing level — know for better and mostly agree with me, that it's rather plain and simple if one is just implementing additional tests for new modules, or feature...Discuss·61 readsJest