## Need ``` gherkin 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](https://github.com/Marak/faker.js) to generate random data - Recursively parse the fixture object and replace primitive values with randomly generated ones.