-
Notifications
You must be signed in to change notification settings - Fork 447
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/faker support #803
base: master
Are you sure you want to change the base?
Conversation
Hi, I would like to merge this faker.js support into the main REST client, to make it easy to create realistic test data in requests. |
@SjaaLom is there autocomplete for the different definitions from faker? (name.firstName, name.lastName...) and if not, would it be possible to add that? |
It does not yet have autocomplete for that. I'm sure it would be possible to add it. |
This would be a great feature. Is there any reason this can't/shouldn't be merged? |
There is nothing preventing it from being merged, but I wouldn’t hold my breath. Unfortunately, there has not been much action in this repo. |
@SjaaLom Would you replace |
With the addition of faker.js to the systemVariableProvider it is possible to generate realistic test data in your requests.
For API documentation of Faker.js and full code see: https://github.com/marak/faker.js