Vijayashree Shindevijayashree44.hashnode.dev·Dec 11, 2024Why Choose Playwright for Automation Testing?In today’s digital age, a single second of delay can mean losing a customer forever. User expectations are higher than ever, and any glitch or inconsistency in a web application can significantly impact a brand’s reputation. The stakes are high, maki...playwright
Zbigniew Matysekfalseinput.com·Dec 8, 2024Testing MapLibre GL JS applications with MapGrab and PlaywrightTesting map-based applications can be different from testing regular apps, but it doesn't have to be difficult. In this article, I will show you how to use MapGrab, a library designed to make testing map apps easier. I'll provide tips on configuring ...maplibre
Steve Worthamstevewortham.hashnode.dev·Nov 28, 2024Top 5 Alternatives to Playwright for Cross Browser TestingAs of April 2024, there were 5.44 billion internet users worldwide, which is 67.1 percent of the global population. More and more users are now becoming aware and to meet their expectations in terms of performance or interface, companies must adapt t...playwright
Prachi SahuforCreoWis Blogcreowis.com·Nov 25, 2024How to Use Playwright with Next.js - A Step-By-Step GuideGreetings from the Playwright universe! You've come to the right spot if you're searching for a robust, dependable, and developer-friendly platform to manage end-to-end (E2E) testing. Microsoft created Playwright, a cutting-edge testing framework for...playwright
Steve Worthamstevewortham.hashnode.dev·Nov 15, 2024Guide to Playwright Debugging – Tips and TechniquesPlaywright is a powerful test automation tool that is gaining popularity in the software development world. The tool allows to automate browser tasks and test web applications. With automation, comes the need to ensure seamless execution of the scrip...playwright
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Nov 13, 2024Playwright vs Cypress: Choosing the Best E2E Testing FrameworkIn the world of web application testing, end-to-end (E2E) testing frameworks play a critical role. They allow teams to automate tests that simulate real user interactions, ensuring that applications behave as expected from start to finish. Two of the...playwright
Anix Lynchgozeroshot.dev·Nov 12, 2024Playwright Python and Pytest for Web Automation TestingGetting Start 1. Playwright Installation Run this in your terminal: pip install playwright playwright install 2. Launching the Browser Create a Python script and add: from playwright.sync_api import sync_playwright with sync_playwright() as p: ...Web Automation
Sakshi from KushoAIsoftware-deep-dives.hashnode.dev·Nov 7, 2024Comparison of UI automation frameworks and what’s best for each use case!This blog is written by Akshat Virmani at KushoAI. We're building the fastest way to test your APIs. It's completely free and you can sign up here. Testing has become a major part of software development in the growing world of technological advancem...automation testing
Steve Worthamstevewortham.hashnode.dev·Nov 5, 2024Visual Regression Testing Using PlaywrightAmid the fast-moving process of delivering software, the time spent on reviewing web pages manually is progressively reducing. In order to maintain the speed of modern development, we require tools that help keep our designs and layouts preserved and...#Regression
Steve Worthamstevewortham.hashnode.dev·Nov 4, 2024Playwright vs. Puppeteer: Choosing the Right Browser Automation LibraryBoth these Node.js libraries are designed to facilitate browser automation for testing purposes, and they both do a fantastic job. Each comes with its own offerings and specific benefits, which makes choosing one a bit of a challenge, especially for ...playwright