Ability to auto-generate data based on model spec #13
Labels
decision needed
This requires a decision
django
Related to Django templates capabilities
enhancement
New feature or request
storybook
Usage of Storybook will affect this
Milestone
In GitLab by @todd-dembrey on Jan 15, 2018, 12:14
Instead of specifying the data within a yaml file, have the ability to auto spec the data based on the model field definitions similar to how factory boy works.
A constant seed could be used as required to prevent rapidly changing text between refreshes. But the ability to generate long/short content for testing and visual validation would be useful.
Something like faker could be used to map field type -> default faker class and custom field definitions could also be used for properties etc.
https://github.com/joke2k/faker
The text was updated successfully, but these errors were encountered: