Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Reference one field to generate another #214

Open
lpicchi opened this issue Jun 16, 2023 · 0 comments
Open

[Feature request] Reference one field to generate another #214

lpicchi opened this issue Jun 16, 2023 · 0 comments
Assignees

Comments

@lpicchi
Copy link

lpicchi commented Jun 16, 2023

Example:

  • Generate an username
  • Use the generated username to generate email
entity: User
items:
  user{1..10}:
    firstName: '{{person.firstName}}'
    lastName: '{{person.lastName}}'
    username: '{{internet.userName}}'
    email: '%username%@gmail.com'

I used %username% as example but syntax could be different

This replace type should be resolved after all fields were generated

@lpicchi lpicchi changed the title [Feature request] Reference on field to generate another [Feature request] Reference one field to generate another Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants