faker global.
Inline via templating
Any string field supports{{ }} expressions:
Persist to the environment
For complex objects or values used across many steps, set them once in a JavaScript step:{{ env.FAKE_PERSON.firstName }}.
Use the preloaded faker library to produce random test data inline or in the environment.
faker global.
{{ }} expressions:
{{ env.FAKE_PERSON.firstName }}.