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
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 {}";
The text was updated successfully, but these errors were encountered:
In the http module, it would be good to be able to execute these statements both before the Given and after the Then:
The text was updated successfully, but these errors were encountered: