A dreamy test data framework for NodeJS
Make-Believe is a javascript library for generating and managing test data for your software applications.
Make-Believe is in very early development and should be considered unstable until the 2.0.0 release. Similarly, its documentation may be unreliable in places, much of it is currently being used to solicit feedback on an eventual stable API and set of features for the library.
- Pseudorandom value generation.
- Combine the values into entities.
- Combine entities to create batches of data or larger, more complex scenarios.
- Project homepage: https://mcherryleigh.github.com/make-believe
- Repository: https://github.com/mcherryleigh/make-believe
- Issue tracker: https://github.com/mcherryleigh/make-believe/issues
The code in this project is licensed under MIT license. You can view the license in the repo.
Bugs and requests: submit them through the project's issues tracker.
Questions: ask them at StackOverflow with the tag make-believe.