Open-source projects
Real code that backs the articles. Each project below is an open-source repo on GitHub, released under a permissive license, and paired with the article it demonstrates.
-
Opinionated Playwright starter framework with the scaling patterns senior QA and SDET candidates get asked about.
Live and actively developed: README, skeleton, and the first scaling patterns are committed, with more landing regularly. Star or watch to follow along.
-
Relational test data for TypeScript. Code-first factories that generate referentially-consistent datasets, with valid foreign keys, deterministic seeds, and JSON and SQL export. It composes on faker for field values and adds the relationships faker leaves out.
Published on npm (npm i tillage). v0.1.0: factories, deterministic seeding, unique constraints, self-referential FKs, JSON and SQL export. MIT.
Backs: Database Testing View on GitHub
In flight: a Postgres migration-safety harness backing Database Testing, plus lightweight CLI utilities backing the QA metrics articles. Additions land here as they ship.