How does the seed work? #1195
-
|
Hi guys, I have a question. I want to know how the seed works, when running the tests to generate values. Thankss :D |
Beta Was this translation helpful? Give feedback.
Answered by
xDivisionByZerox
Jul 26, 2022
Replies: 1 comment 7 replies
-
|
Well, seeding a Example: If you need anything more specific, you might want to be more specific on your question. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
ST-DDT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, seeding a
Fakerinstance with the same value equals in same return values from different instances (or even the same one).Example:
Stackblitz example
If you need anything more specific, you might want to be more specific on your question.