End-to-End Testing an AI Application with Playwright and GitHub Actions
How would you test AI-based web apps? Jacob Habib demonstrates an interesting end-to-end testing solution using Playwright.
Comparing Top AI Models for Test Failure Analysis: Which Performs Best?
AI enables us to get more insights from test reports. Matthew Poulton-White tested out a few models and shared the results.
Similarly, Razvan Vancea explored AI-powered Playwright Test Reporting with Testbeats, followed by Thananjayan Rajasekaran demonstrating the well-known Report Portal with Playwright.
Make Your End-to-End Tests More Stable with Playwright's User-first Selectors
There are many ways to locate elements using Playwright. However, Nočnica Mellifera advises using the ones that are the closest representation from the user's perspective in order to find accessibility issues.
Moreover, Thananjayan Rajasekaran wrote a handy guide on Optimizing Database Integration in Playwright.
Unlocking Playwright's Potential: Features for daily basis
Kostiantyn Teltov shares lots of tips for Playwright tests, explaining each one with helpful examples.
Similarly, Rajesh Sharma wrote about Boosting Testing Efficiency with Playwright: Simple and Effective Tips.
My Top 19+1 Favorite Cypress Plugins for Testing with Wick-like Precision!
Cypress is known for its extendability via plugins. Sebastian Clavijo Suero created an insightful list describing the most handy ones.
Sebastian also continues the series of articles about The Test Drama: Cypress vs Playwright — Control Your Tests: Annotations & Group Tests.
The Browser Automation Newbie Experience
Maaret Pyhäjärvi shares learnings from using Playwright and Selenium to automate web app tests with newbies.
The Uncomfortable Truth About Modern Test Automation Frameworks
While testers are currently fascinated by Playwright and Cypress capabilities, Ryan Craven argues that Selenium is still the right choice for test automation projects.
Storybook + E2E Testing = 5x Faster way to test UI
In 30 minutes, Karthik K.K explains how you can use Playwright to test UI components created with the popular solution — Storybook.
A brief introduction to Accessibility Testing using Axe
If you want to learn how to automate accessibility tests for your website, Ajitava Deb wrote a helpful guide on integrating Axe with Selenium tests in Python.
Similarly, Sean Coughlin explains how to implement them using Playwright and Axe-Playwright.