5 Things This Playwright SQL Fixture Does So You Don't Have To
If you write Playwright tests that touch a database, you know the boilerplate: connect, seed, clean up, close. Repeat for every file. Hope nothing leaks.
@playwright-labs/fixture-sql h...
!https://coderlegion.com/?qa=blob&qablobid=5952343712647183147
The Gap Between Angular and Its Tests
Angular applications are composed of typed components with declared @Input properties, signal state, and @Output events. Yet most E2E tests interac...
What is this?
@playwright-labs/reporter-email is a Playwright reporter that emails your team the test results after each CI run. This release adds 4 new templates built on shadcn/ui.
The core challenge
shadcn/ui is not email-compatible out of the...
Integration tests should be honest. When a service talks to Postgres, the test should talk to Postgres too — not a mock that pretends to be Postgres but lacks constraints, triggers, and the dozen behaviors that actually matter in production.
The bl...
There is a class of bugs that only shows up at scale. Not in your code. Not in your infrastructure. In the gap between them -- where your test suite meets your staging environment.
I am talking about resource leaks from timed-out tests.
The Scenari...