Skip to main content
The Faker library is preloaded in every step that accepts templating, and in JavaScript steps via the 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:
Then reference in later steps: {{ env.FAKE_PERSON.firstName }}.