fixture-factory
Fixture factory is designed to assist you with generating massive (or not) amounts of well structured random data
to use in your tests
, examples
and wireframes
. As simple as
fixtureFactory.generate({
username: 'internet.username',
email: 'internet.email',
image: 'image.avatar'
}, 10);
We do that by providing a handy interface for faker.js created by Marak.
All this said, let's start with installing fixture-factory and generating your first fixture..
Roadmap
- [DONE] rewrite to es7
- plugin to scrape
dataModels
right from PosgreSQL schema - provide your own generator methods
- provide api for accessing and manipulating registered
dataModels
Updated less than a minute ago