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.
Hi,
it may be a noob question but how do you use the example on this page ?
after installing this npm package and adding the example i just get a weird error ode_modules/swagger-test-templates/templates/default/get/get.handlebars' at Error (native) at Object.fs.openSync (fs.js:640:18) at Object.fs.readFileSync (fs.js:508:33) at testGenResponse (
I am guessing you miss some noob tutorial ?
I also tried following https://apigee.com/about/blog/developer/swagger-test-templates-test-your-apis
installing all the missing packages but still o do not see how this example is connected to what is in the article.
My question is how to i generate these api tests based on the specification of my swagger api with load testing ?
thank you
The text was updated successfully, but these errors were encountered:
This will parse your swagger.json and create several test files in a directory test. At this point you have a folder of tests that can be run with Mocha. So to run them navigate to test then run the following:-
Hi,
it may be a noob question but how do you use the example on this page ?
after installing this npm package and adding the example i just get a weird error
ode_modules/swagger-test-templates/templates/default/get/get.handlebars' at Error (native) at Object.fs.openSync (fs.js:640:18) at Object.fs.readFileSync (fs.js:508:33) at testGenResponse (
I am guessing you miss some noob tutorial ?
I also tried following
https://apigee.com/about/blog/developer/swagger-test-templates-test-your-apis
installing all the missing packages but still o do not see how this example is connected to what is in the article.
My question is how to i generate these api tests based on the specification of my swagger api with load testing ?
thank you
The text was updated successfully, but these errors were encountered: