diff --git a/README.md b/README.md index 21eea02..38a5ecc 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ Finally, I'm sure everyone who reads this list has one thing they want to add. P ### Test Data Management - [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. - [JSON Validation Test Cases](https://github.com/UtilHatch/json-validation-test-cases) - Reusable valid, invalid, and edge-case JSON fixtures for testing parsers, validators, APIs, editors, and error handling. +- [MockJutsu](https://github.com/altansayan/mock-jutsu-api) - Algorithmic open-source mock data engine generating 390+ format-valid types (IBAN, TCKN, Luhn, VIN, NHS, SWIFT, MRZ and more). CLI + REST API + Python package + JMeter + plugin. 6 locales. - [MockHero](https://mockhero.dev) - REST API for generating synthetic test data. 156 field types, 22 locales, relational data, sub-50ms. Free tier available. - [Synth](https://github.com/getsynth/synth) - Open-source test data generator. - [Touca](https://github.com/trytouca/trytouca) - Continuous regression testing for behavioral and performance comparisons.