I’ve been playing around with a few things recently and wanted to share a real experience that...
OK this was so much fun: Googles Gemini 3 is amazing. just got it to redesign my home page. I was...
Did you know Playwright has two MCP servers. Yes kinda confusing, let me explain it. The Playwright...
If you’ve ever returned to your test suite to find a sea of red, you’re going to love this one. The...
I recently built my own AI agent. Not because I needed one, but because I wanted to see how far I...
Playwright has introduced a powerful new feature: Playwright Agents, new in Version 1.56. These...
Creating visual documentation has always been a time-consuming process. As developers and technical...
If you’ve ever needed to test an application that requires authentication, you know the pain: logging...
Are you ready to use AI in your manual testing workflow? In my latest YouTube video, I explore an...
Installing MCP(Model Context Protocol) servers in Visual Studio Code just got a major upgrade! With...
Have you ever wished you could automate browser tasks — like filling out a form or uploading a file —...
Have you ever wanted your AI assistant to access real-time data? Model Context Protocol (MCP) servers...
I have been wanting to share more content on my blog, but ironically, the process of publishing has...
What if your tests could write themselves — just by using your app like a real user? In this post,...
Getting GitHub Copilot to write end-to-end tests usually requires giving it access to your source...
Here’s a quick tour of what’s new in Playwright v1.52 and v1.53! We’ve packed in some powerful...
Debugging failing tests can be time-consuming and frustrating—especially when error messages are long...
The GitHub MCP (Model Context Protocol) Server is a powerful tool that provides seamless integration...
Have you ever run a Playwright test that just... didn’t behave as expected? Maybe it failed randomly....
When automating web testing with Playwright, handling visibility properly is crucial, especially when...
Playwright 1.51 is here, bringing a host of new features to make debugging, reporting, and test...
Have you ever run a Playwright test locally, watched it pass with flying colors, and then pushed your...
Writing reliable and stable tests is crucial for ensuring a smooth CI/CD pipeline. However, one...
Organizing Playwright Tests Effectively When working with end-to-end (E2E) testing in...
When testing a website, you may need to test it across different environments, such as development,...
With the latest release of the VS Code Extension, you can now easily select which projects to run...
Tags are used to filter tests in the HTML report, UI Mode, or VSCode extension. It's also possible to...
Running tests locally is great but really you want your tests running on Continuous Integration so...
Sometimes we fail our tests so we can see that when it passes it really is passing but there are...
Hey everyone, In this post we will learn how to locate elements on the page using tools such as pick...