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

Add new random value injector options #171

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

erhancagirici
Copy link

Description of your changes

Adds new random value injector types with optionally customizable string length. #count can be appended to the random func name to specify the length, can be omitted for default length of 8.

  • Alphanumeric
  • AlphanumericLowercase
  • LettersLowercase
  • LettersUppercase
  • Letters

Example:
${Rand.Alphanumeric#10} generates an alphanumeric string of length 10.

${Rand.Alphanumeric} generates an alphanumeric string with default length 8

I have:

  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Tested manually

Signed-off-by: Erhan Cagirici <erhan@upbound.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant