From 9b46eb77c3f1c4da1e58ed5b8505af5714cea00e Mon Sep 17 00:00:00 2001 From: KIPDEV Date: Sun, 13 Sep 2026 09:22:42 +0200 Subject: [PATCH] Add inboxsink to Test Data Management Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01UzYjYTiK9zLmVqLpLKUPA8 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9aedd00..93e761c 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Finally, I'm sure everyone who reads this list has one thing they want to add. P ### Test Data Management - [TempMailGrab](https://tempmailgrab.com/api-docs) - Disposable email API for temporary inboxes, OTP extraction, verification links, and webhooks in Playwright, Cypress, and CI tests. - [Temp Mail 24](https://temp-mail24.com/) - Browser-based receive-only temporary inbox for permitted manual signup-flow testing. +- [inboxsink](https://inboxsink.com/docs) - Disposable inbox API for end-to-end tests: a wait endpoint blocks until the email arrives and returns the OTP code or confirmation link already extracted. Free tier available. - [DATAMIMIC CE](https://github.com/rapiddweller/datamimic) - Open-source, deterministic engine for model-driven synthetic test data and PII pseudonymization. Pin a seed and get byte-identical output with a provenance hash on every run. Python, MIT. - [dbmask](https://github.com/sealandseacat/dbmask) - Masks sensitive data in SQL test databases with deterministic fakes and verifies the masking row by row. - [Dummy Data Lab](https://timliu724.github.io/dummy-data-lab/) - Offline, open-source browser tool for transforming CSV or TXT into controlled dummy data and generating linked test datasets without uploading source files.