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: adding dynamic variable support #3609

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rsxc
Copy link

@rsxc rsxc commented Dec 7, 2024

Description

fixes: #3610

{{$guid}}, {{$randomInt}} etc get interpolated with random values just like postman
https://learning.postman.com/docs/tests-and-scripts/write-scripts/variables-list/

{
  "data": "F000-{{$guid}}"
}
gets replaced with random data
{
  "data": "F000-dshfgdhsj83473979jdkbfs"
}
Screenshot 2024-12-07 at 6 21 45 AM

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

@rsxc rsxc changed the title adding dynamic variable support Feature: adding dynamic variable support Dec 7, 2024
@tlaloc911
Copy link
Contributor

Hi @rsxc , I get this warning, in console

[@faker-js/faker]: faker.name.findName() is deprecated since v7.4 and will be removed in v8.0. Please use faker.name.fullName() instead.

@rsxc rsxc force-pushed the feature/dynamic-variable-support branch from ba7c1bf to e121045 Compare December 18, 2024 02:57
@rsxc
Copy link
Author

rsxc commented Dec 18, 2024

Hi @rsxc , I get this warning, in console

[@faker-js/faker]: faker.name.findName() is deprecated since v7.4 and will be removed in v8.0. Please use faker.name.fullName() instead.

I updated the deprecated methods @tlaloc911

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dynamic variable support to bruno
2 participants