forked from ovidiuch/react-component-playground
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Need
As a user
I want to be able to randomize my fixture props
So that I can find bugs in edge cases more easily.Deliverables
- A button that randomizes all primitive fixture props (i.e numbers, strings and booleans), no matter how deeply nested
Solution
- Use faker.js to generate random data
- Recursively parse the fixture object and replace primitive values with randomly generated ones.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels