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

GET and POST should be done both in on.before and in on.success #159

Open
andrea-dintino opened this issue May 16, 2022 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@andrea-dintino
Copy link
Member

In the http module, it would be good to be able to execute these statements both before the Given and after the Then:

export const POST_AND_SAVE_TO_VARIABLE = "connect to {} and pass it the content of {} and save the output into {}";
export const PARALLEL_GET = "execute parallel GET to {} and save the result named {} within the object {}";
export const PARALLEL_GET_ARRAY = "execute parallel GET to array {} and save the result named {} within the object {}";
export const PARALLEL_POST = "execute parallel POST with {} to {} and save the result named {} within the object {}";
export const PARALLEL_POST_ARRAY_WITHIN = "execute parallel POST with {} to array {} and save the result named {} within the object {}";
export const PARALLEL_POST_ARRAY = "execute parallel POST with {} to array {} and save the result named {}";
@andrea-dintino andrea-dintino added the enhancement New feature or request label May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants