Run The Framework

Running It On Local

If you want to run this on local then you need to just type below command inside the scripts folder.

#TODO:METHOD_IMPLEMENTATION_TAG [DONT DELETE]
$ pwd
/result/petstore/scripts
$ locust -f locust_scripts/petstore_locust_file.py

Don’t Do

  • Please don’t delete “audit_log.log” and “MetaConfig.json” files. Else you cant regenerate the framework if any API spec is changed in the API specs document.

  • Please don’t delete any identification [#TODO:METHOD_IMPLEMENTATION_TAG [DONT DELETE]] tag present inside any scripts. Else you cant regenerate the framework if any API spec is changed in the API specs document.

  • If you have changed any function/method name in the API request folder or anywhere please update that in the “MetaConfig.json” file. Else you cant regenerate the framework if any API spec is changed in the API specs document.