Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:34 +08:00
commit 81a8d39320
8 changed files with 320 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for test-data-generator skill
- [ ] data_schemas.md: Documentation of common data schemas used for generating test data (e.g., user schema, product schema).
- [ ] faker_providers.md: Documentation of custom Faker providers used for generating realistic data.
- [ ] test_data_best_practices.md: Best practices for generating effective test data.