MarketSquare / robotframework-openapitools

Apache License 2.0
6 stars 1 forks source link

feat: add suite variables OPENAPI_DRIVER_CREATED_DATA and OPENAPI_DRIVER_REQUESTS #7

Closed Leemur89 closed 5 months ago

Leemur89 commented 6 months ago

Add the possibility to store all the requests and their respective responses under suite variable OPENAPI_DRIVER_REQUESTS, and all created data under OPENAPI_DRIVER_CREATED_DATA

This is a workaround for https://github.com/MarketSquare/robotframework-openapitools/issues/6

robinmackaij commented 5 months ago

Closing this since the desired behavior can be implemented as a Listener and be more flexible / customizable that way.

Leemur89 commented 5 months ago

@robinmackaij if you have examples of Listeners I would be interested as the current listener does not allow to access the return value of a keyword, which is needed to get the id of an element that is created