You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The user wants to create a scenario adding some identifiers in the command line. At this moment this task must be done manually.
Describe the solution you'd like
Given a user wants to generate a scenario for the following endpoint /customers/{id}/product?name={param1}&lastname={param2} adding the identifiers id, param1 and param2 in the command line. When the user execute the following line of code:
hjs g g "customers/{id}/product?name={param1}&lastname={param2}" --id 1 --name mateo --lastname smith
Then the user shoud have in the resourse file the following scenario:
Is your feature request related to a problem? Please describe.
The user wants to create a scenario adding some identifiers in the command line. At this moment this task must be done manually.
Describe the solution you'd like
Given a user wants to generate a scenario for the following endpoint
/customers/{id}/product?name={param1}&lastname={param2}
adding the identifiers id, param1 and param2 in the command line. When the user execute the following line of code:hjs g g "customers/{id}/product?name={param1}&lastname={param2}" --id 1 --name mateo --lastname smith
Then the user shoud have in the resourse file the following scenario:
Also, it should generate the test adding the ids.
The text was updated successfully, but these errors were encountered: