feat: save api responses (#4382)
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
@@ -131,6 +131,7 @@ function exportedCollectionToHoppCollection(
|
||||
preRequestScript,
|
||||
testScript,
|
||||
requestVariables,
|
||||
responses,
|
||||
} = request
|
||||
return {
|
||||
v,
|
||||
@@ -139,12 +140,13 @@ function exportedCollectionToHoppCollection(
|
||||
endpoint,
|
||||
method,
|
||||
params,
|
||||
requestVariables: requestVariables,
|
||||
auth,
|
||||
headers,
|
||||
body,
|
||||
preRequestScript,
|
||||
testScript,
|
||||
requestVariables,
|
||||
responses,
|
||||
}
|
||||
}),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user