CI/CD Integration with Playwright -Azure DevOps
CI/CD Integration with Playwright (Azure DevOps & GitHub Actions) is one of the most important topics for automation engineers. It enables Playwright tests to run automatically whenever code is pushed, Read more »
SQL Database Testing in Playwright
What does Playwright + SQL mean? Playwright itself is primarily a browser/API automation framework. You can connect your Playwright TypeScript tests to a database using a database driver and Read more »
AI Locators in Playwright
AI Locators in Playwright The idea is to use AI to identify the best locator for an element, rather than manually writing XPath/CSS selectors. For example, given: <button class=”btn-primary” data-testid=”login-btn”> Read more »
AI-generated tests in Playwright
AI-generated tests in Playwright AI-generated tests in Playwright means using an AI/LLM to analyze an application, requirements, user stories, DOM information, or existing test cases and automatically generate Playwright test Read more »
How AI can help in Playwright automation
How AI can help in Playwright automation AI can help Playwright automation far beyond just generating test scripts. The biggest opportunity is to use AI across the entire automation lifecycle: Read more »
MCP Server with Playwright
MCP Server with Playwright MCP Server with Playwright MCP (Model Context Protocol) + Playwright allows an AI assistant/agent to interact with Playwright through an MCP server. Instead of an AI Read more »
Advance Locators in Playwright
Advanced locators are one of the most powerful features in Playwright. They let you create stable, readable, and intelligent selectors without relying on brittle XPath or CSS selectors. Filtering with Read more »
The architecture of Playwright framework
A primary reason for Playwright’s speed especially when compared to Selenium is its architecture. Playwright makes use of WebSockets instead of HTTP connection to communicate with end browsers and send/receive requests. Read more »
Types of testing supported by Playwright framework
Web application testing is a combination of multiple types of testing that aims to explore different areas of an application. While Playwright cannot satisfy all of these domains, the following Read more »
Which framework is used in Playwright?
Playwright itself is a framework, an open-source automation framework used for testing web applications. It’s built on Node.js and supports various programming languages like JavaScript, TypeScript, Python, Java, and .NET. Playwright automates browser Read more »
