Browsing Tag
playwright
18 posts
Stop Letting AI Guess Your Playwright Tests: Use Context7 MCP
The problem While working on my Swiftcart QA automation project, I asked my AI agent a simple question:…
14 Playwright Mistakes Slowing Your Team Down : A Daily Series
1 You are logging in through the UI in every single test. Open the app. Type the email.…
Playwright reports in CI are painful to navigate — so I built a dashboard to fix it 🚀
Playwright reports in CI are painful to navigate — so I built a dashboard to fix it 🚀…
Why Your Competitive Intelligence Scrapers Fail: A Deep Dive into Browser Fingerprinting
You’ve built a scraper to track a competitor’s pricing. You’re using high-quality residential proxies, you’re rotating User-Agents, and…
5 QA Trends You Can’t Ignore in 2026
If you are a QA Engineer in 2026, you’ve probably noticed that “knowing how to write a script”…
Playwright MCP Servers Explained: Automation and Testing
Did you know Playwright has two MCP servers. Yes kinda confusing, let me explain it. The Playwright MCP…
Playwright Show Report
I’d like to ask everyone, when opening the report, there is always no content. What could be the…
Docker for QAs: Playwright Tests On Docker
In the dynamic world of QA, agility and reliability in testing are crucial. Docker emerges as a powerful…
Automating Tests with Playwright and Components Page Object Model: A Practical Approach
During test automation, one of the practices that helped me the most to maintain code organization and reusability…
🔌 Building Playwright Framework Step By Step – Implementing API Fixtures
🎯 Introduction API (Application Programming Interface) testing is a fundamental aspect of the software testing process that focuses…