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
With 0.2 release, we have introduced a concept called test api wrapper, which helps to pass specific set of parameters to test apis and avoid duplicating tests api definitions.
This would typically be helpful when the same API definition is expecting a different response/response code based on the context.
When the same API returns a different set of status code, usage of test api wrapper would be apparent.
During generation of the spread sheet, create a test api wrapper instance for each status code that the api supports. For the equivalent entry in the test api definition,
Parameterize the response status.
Parameterize the expected response body.
Pass both from the respective test_api wrapper entry with the values from the OAS (Open API Spec)
The text was updated successfully, but these errors were encountered:
With 0.2 release, we have introduced a concept called test api wrapper, which helps to pass specific set of parameters to test apis and avoid duplicating tests api definitions.
This would typically be helpful when the same API definition is expecting a different response/response code based on the context.
When the same API returns a different set of status code, usage of test api wrapper would be apparent.
During generation of the spread sheet, create a test api wrapper instance for each status code that the api supports. For the equivalent entry in the test api definition,
The text was updated successfully, but these errors were encountered: