Tutorial · 14 min read
Testing on production data, without the personal data
Fixtures lie, and a production dump on a developer’s laptop is processing personal data. Third way: on every pull request, a copy-on-write fork of production, dynamic masking applied to the branch, your test suite running against real volumes with fake identities, and everything gone when the PR closes.
Read the article →