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
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
Following your advice @baynezy in issue #148 I could generate the tests and run them with mocha.
Now my doubt is, How can I customize the tests (e.g. 'DATA GOES HERE' and 'PARAM GOES HERE' appear when parameters are defined in body and path, respectively) but allow to re-generate them when the API definition changes?
For query parameters I see a .env file that contains the variables I need to change.
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
Thanks for this project!
Following your advice @baynezy in issue #148 I could generate the tests and run them with mocha.
Now my doubt is, How can I customize the tests (e.g. 'DATA GOES HERE' and 'PARAM GOES HERE' appear when parameters are defined in body and path, respectively) but allow to re-generate them when the API definition changes?
For query parameters I see a .env file that contains the variables I need to change.
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: