Test Automation

Test automation tutorials, frameworks, and tools — from first scripts to full CI/CD pipelines.

Testing Browser Extensions with Playwright (Chromium and Firefox)

Test Automation

Testing Browser Extensions with Playwright (Chromium and Firefox)

Playwright supports browser extension testing in Chromium (full support) and Firefox (experimental). Use chromium.launchPersistentContext() with --load-extension and --disable-extensions-except flags. For Firefox, launch with firefox.launchPersistentContext() and set firefox_profile preferences. Access the extension popup by navigating directly to its chrome-extension:// URL. Key Takeaways Use launchPersistentContext, not browser.newPage. Extensions

By HelpMeTest
Test Automation Strategy for Large-Scale Teams: ROI, Toolchain, and Org Structure

Testing

Test Automation Strategy for Large-Scale Teams: ROI, Toolchain, and Org Structure

Scaling test automation beyond 50 engineers requires more than adding tools — it demands deliberate decisions about ROI measurement, toolchain architecture, distributed execution, and ownership models. This guide walks senior QA leaders through the frameworks that separate high-performing automation programs from expensive, slow, maintenance-heavy ones. Key Takeaways ROI must be quantified

By HelpMeTest