The Definitive Guide to API Test Automation With Playwright — Part 2: Adding More In-Depth Checks
Playwright is capable of API testing and Butch Mayhew shows some extensive examples of using its features.
Also, one of the good practices might be to Reuse Authentication using Global Setup in Playwright Tests, as Harsha Suraweera explains.
Cypress vs Playwright — Clash of the Titans: Working with API requests (4)
Although neither Cypress nor Playwright are primarily API testing tools, this feature makes them powerful in several situations. Aleksandar Zeljković explains the differences between them.
Furthermore, Kailash Pathak shares how to do Cypress API Automation Using cypress-plugin-api.
Deciding Among the Titans of Test Automation: A Playwright vs. Selenium vs. Cypress Showdown
If you're interested in learning the differences between the three popular test frameworks, namely Cypress, Playwright and Selenium, then here's a high-level comparison with a handy table at the end.
The Definitive Guide to API Test Automation With Playwright: Part 3 — Debugging API Tests
Continuing the series of articles on API testing with Playwright, this time Butch Mayhew uses examples to teach us how to debug API tests.
Combining UI and API Testing for Payment Processing: A Practical Guide with Playwright
Azad Husen shows how to use modern tools that leverage UI and API testing, such as Playwright and Cypress, for checking end-to-end paths.
Playwright stories: Network interception and why you may want to use it
If you want to make the best out of your Playwright tests, here's a handy guide by Kostiantyn Teltov to leveraging the network interception feature.
Moreover, João Coelho explains how to properly do Visual Regression Testing using Playwright.
Comparing JavaScript End-to-End Testing Frameworks: Cypress vs. Selenium vs. Playwright
Wondering about the similarities and differences between Cypress, Selenium and Playwright? Sean Coughlin did a short comparison.
And if you're looking for more comparisons, check out this insightful Reddit thread: Cypress vs. Playwright.
JavaScript vs TypeScript in Test Automation. A Closer Look at Playwright and Cypress
With the rising popularity of TypeScript, you may wonder whether it's better to choose it over JavaScript for test automation. Vadym Nastoiashchyi explains the differences and advantages.
You may also be interested in what other testers think about Selenium VS Playwright.
Ideas to speed up Playwright End-to-End tests? (Typescript, GitHub Actions)
It's convenient to write tests with Playwright — but what if you want to make them run faster? You'll find a few pieces of advice from the community in this Reddit thread.
Additionally, Thananjayan Rajasekaran explains how to use Custom Assertions in Playwright.
How To Run Failures Only From The Last Playwright Run Via CLI
Want to rerun your latest failed Playwright tests? Now it's possible with just one command, as Butch Mayhew explains.