Is your feature request related to a problem? Please describe.
I use openapi-generator (typescript-axios) for all my end-points (api). Its great but I want use exactly like this in my api tests repo.
For api testing I use Cypress and it has own request function (cy.request(..))
I would like to use openapi-generator (typescript-axios, or mby typescript-node) but I have to rewite (axios instance or something) for call Cypress function.
Describe the solution you'd like
It could be fine if the generator has option typescript-cypress
Describe alternatives you've considered
Do you know how can I rewrite or extend axios or something what this generator created, for using Cypress function for call Api ?
Is your feature request related to a problem? Please describe.
I use openapi-generator (typescript-axios) for all my end-points (api). Its great but I want use exactly like this in my api tests repo.
For api testing I use Cypress and it has own request function (cy.request(..))
I would like to use openapi-generator (typescript-axios, or mby typescript-node) but I have to rewite (axios instance or something) for call Cypress function.
Describe the solution you'd like
It could be fine if the generator has option typescript-cypress
Describe alternatives you've considered
Do you know how can I rewrite or extend axios or something what this generator created, for using Cypress function for call Api ?