factory-girl icon indicating copy to clipboard operation
factory-girl copied to clipboard

Provide a seed to Chance for repeatability

Open destiny-index opened this issue 7 years ago • 1 comments

Is it possible to provide a seed to the factory so that running factory.chance will give repeatable results?

The Chance documentation says that a seed can be provided to Chance using new Chance(mySeed) but I'm not sure if there is a way to pass the seed to the instance of Chance that factory-girl uses.

destiny-index avatar Jan 09 '18 06:01 destiny-index

Unfortunately, new Chance() appears to be hardcoded and no configurable seed is being provided.

https://github.com/aexmachina/factory-girl/blob/master/src/generators/ChanceGenerator.js#L5

andrewferk avatar Feb 25 '18 16:02 andrewferk