Skip to content

Add option to generate random string similar to #[now], or #[short-random] #13

@iulisirbu

Description

@iulisirbu

Is your feature request related to a problem? Please describe.
As a test engineer I need an option to generate random strings with only a-Z chars

Describe the solution you'd like
New case in Scenario var - com/cucumber/utils/context/vars/ScenarioVars.java - for string-random
case "string-random":
return RandomStringUtils.random(new Random().nextInt(50), true, false);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions