typescript-sdk
typescript-sdk copied to clipboard
Official Keploy Node SDK 🟡
fix: keploy/keploy#1735
To start keploy server from typescript sdk for all OS. feat keploy/keploy#352
NewContext returns a promise to sync the mocks array in "ctx" for the execution map so that the external dependency calls are executed after the adding mock array for the...
Fixes [#390](https://github.com/keploy/keploy/issues/390) - Adds logs in the constructor of keploy class and mock.ts - Uses mode.GetMode() to get the mode instead of process.env as the mode in the .env can...
this PR closes: https://github.com/keploy/keploy/issues/352
Related Issue Info about Issue or bug Closes: https://github.com/keploy/keploy/issues/354 added a unittest for wrappednodefetch function and added github actions. note:the unittest is inside the folder so the commit message for...
changes