Tanmay Bajaj
Tanmay Bajaj
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...
Fixes [#352](https://github.com/keploy/keploy/issues/352) If the keploy mode is record and test then it will check if keploy is running on port 6789 and if it isn't then it will start an...
Fixes: [#430 ](https://github.com/keploy/keploy/issues/430) TS-SDK was saving tests in `test` mode also which shouldn't be the case, it should only save tests in the `record` mode. I have figured out the...
- Fixes [#354](https://github.com/keploy/keploy/issues/354) - Add unit test for octokit module - Update the github actions - Update the .gitignore
Fixes [#376](https://github.com/keploy/keploy/issues/376) The bug is fixed by treating the `no keploy context` case just like the case when the `KEPLOY_MODE` is `off`. We don't need to change the context of...