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 step that allows to randomly pick one of predefined values #54

Open
pawelWritesCode opened this issue Sep 24, 2023 · 0 comments
Milestone

Comments

@pawelWritesCode
Copy link
Owner

Background

gdutils is library with useful method for testing HTTP(s) API.

Objective

Create new method that allows to randomly pick one of predefined values.

For example, cucumber wrapper of such method may look like this

Given I pick randomly one "(string|int|float64)" of "value1|value2|value3"

Creator of such method should pre-define separator used for different values passed in last argument (example uses |)

@pawelWritesCode pawelWritesCode added this to the v1.3.0 milestone Sep 24, 2023
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

No branches or pull requests

1 participant