Install
Unit, Integration & E2E
Frameworks and strategies across languages, UI, and APIs.
- 5 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Unit, Integration & E2E
Post-Mortem: Surviving AI-Generated Playwright Tests in Production
7+ hour, 39+ min ago (891+ words) The objective was to accelerate the creation of regression tests for a complex SaaS dashboard. The baseline was a legacy Cypress suite that was slow, flaky, and difficult to read. The team integrated a workflow where product managers and developers…...
Email deliverability in CI: what you can actually automate, and what you can't
1+ day, 5+ hour ago (442+ words) "Did that email arrive?" is two questions wearing one coat. One of them automates cleanly. The other does not automate at all, and most of the frustration around deliverability testing comes from not separating them. Automating the first is worth…...
Your Cypress Retry Passed - But the Test Is Still Telling You Something
1+ day, 8+ hour ago (579+ words) Attempt one fails. Attempt two passes. CI turns green. Did the system recover from harmless noise, or did the retry hide an intermittent product defect? Cypress retries are useful because browser tests meet networks, animations, databases, and asynchronous UI state....
How I Migrated 90 Cypress Tests to Playwright With Claude Code in 4 Days
1+ day, 11+ hour ago (1015+ words) Our end-to-end suite was 90 Cypress specs, written over three years by six different people. It ran in about 38 minutes on CI, flaked roughly once every four runs, and had grown a 600-line commands.js full of custom helpers that nobody…...
I Automated reCAPTCHA in Playwright and the Proxy Was the Real Fix
1+ day, 12+ hour ago (441+ words) I spent three days trying to get a headless Playwright bot past reCAPTCHA. I assumed the captcha was the hard part. It wasn't — the IP reputation was. Here are the five things that actually moved the needle, in the order…...
Kickstart Your Automation Testing Career with Selenium + Java! 🚀
1+ day, 9+ hour ago (29+ words) Ready to become a skilled Automation Tester? Join our Selenium with Java Training Program at Test Bug IT Solutions and gain …...
Your CI Runs Tests in Parallel. Your Test Data Doesn't Know That.
2+ day, 9+ hour ago (753+ words) There's a specific kind of test failure that survives every fix you throw at it. It passes locally. It passes when you re-run the single spec in CI. It passes when you retry the job. Then it fails again two days…...
How to set up a UAT environment that doesn't lie to you
2+ day, 11+ hour ago (596+ words) A stakeholder logs in to sign off on the release, hits "checkout," and the payment step silently fails. You pull the branch, run it locally, and everything works. Nothing is wrong with the code — the bug is in the environment…...
Test Web Accessibility Using Playwright and Axe-Core
2+ day, 13+ hour ago (681+ words) Learn how to set up automated accessibility testing using Playwright and Axe-Core. We'll build a reusable fixture, run targeted WCAG scans. Accessibility testing (often called "a11y" testing) is the process of ensuring that your website or app can be used by…...
I let a one-shot Sonnet 5 agent QA a live app. Then I ran our QA tool on the same one.
2+ day, 13+ hour ago (25+ words) Every week, someone tells me our company shouldn't exist. The line is always some version of this:... Tagged with testing, ai, qa, softwareengineering....