Weekly Highlights
What mattered, week by week
Week of Jul 6
A tooling-heavy week: two major E2E runners shipped flakiness features independently, and the industry survey data backfilled a trend that's been visible anecdotally for a year — QA is now writing evals, not just test cases.
- test automationPlaywright Blog
Playwright 1.48 ships built-in flaky-test quarantine
Failing tests can now be auto-tagged and re-run in isolation instead of blocking the whole suite.
- playwright
- flaky-tests
- qa practiceMinistry of Testing
Survey: 61% of QA teams now maintain an internal LLM eval suite
Eval-writing overtook manual exploratory testing as a stated primary duty for the first time.
- survey
- llm-eval
- engineeringKubernetes Blog
Kubernetes 1.32 stabilizes in-place pod resource resizing
Long-running test environments can be resized without a pod restart, cutting a common source of E2E flakiness.
- kubernetes
- infrastructure
Week of Jun 29
Quieter week dominated by a single essay on shift-left fatigue that generated more discussion than any release did.
- qa practiceTestGuild
Why 'shift-left' quietly became 'shift-everywhere' in 2026
Testing responsibilities spread across the whole delivery pipeline instead of just moving earlier in it.
- shift-left
- culture
- toolingPostman Blog
Postman adds contract-testing mode against OpenAPI specs
Collections can be validated against a live OpenAPI schema on every run.
- postman
- contract-testing