Skip to main content

3 posts tagged with "Playwright"

View All Tags

Playwright + MCP - The Future of Test Automation or a New Layer of Chaos?

Divya Manohar
Co-Founder and CEO, DevAssure

Automation Is Changing—Fast

For the last decade, browser automation has mostly meant:

write selectors → write assertions → maintain scripts forever

Playwright evolved this model with fast execution, cross-browser support, auto-wait, trace viewer, API and web in one tool. But even Playwright is still fundamentally deterministic.

info

By deterministic, we mean that Playwright used to execute exactly what you tell it to do, in the form of test automation scripts. It did not understand context or intent.

Playwright — Automating HTTP Basic Auth (Browser Login Dialog)

Divya Manohar
Co-Founder and CEO, DevAssure

HTTP Basic Authentication is a simple authentication scheme built into the HTTP protocol. It prompts users with a browser dialog box to enter their username and password before granting access to a web resource. Unlike standard web login forms that are part of the webpage, Basic Auth uses a browser-level popup, which can be tricky to automate in end-to-end testing frameworks like Playwright.

How to Use MailSlurp with Playwright and Why DevAssure is Your Go-To Solution

Divya Manohar
Co-Founder and CEO, DevAssure

In today's fast paced development landscape, it's crucial to ensure the email functionality within your application works seamlessly. Emails are included in various flows of the application to enhance user experience - confirmation emails to validate the email id during sign ups, email OTP for logins, password resets, notifications to end users, or transactional emails. Bugs in emails can prevent new users from signing up or existing users to churn away. In this blog post, we'll explore how you can integrate MailSlurp with Playwright for robust email testing and introduce DevAssure—a next-generation platform that takes email testing to a whole new level.