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
feat(ts-sdk): added support for test coverage (#29)
* fix(express.ts): header and body issue
* fix(express.ts): header and body issue
* fix(express.ts): header and body issue
* fix(express.ts): header and body issue
* feat:changes for check method
* adding
* check method update
* check method update
* wip
* fix: call create inside middleware
* fix: adds calls for test and denoise methods
during capturing the response a subsequent denoise call is made to identify the noise fields and
test method is fixed to test the captured api responses
* refactor: removes unfinished changes
* style: fixes sethttpheaders
* fix(simulate): adds request headers in simulate api call
* fix: adds time delay before calling test function
* fix(register): adds the properties of express object into wrapped object
* fix: fixes borales/action-yarn version to 2.1.0
* fix(middleware): adds finish event callback to record the asynchronous responses from the handlers
makes a call to capture the testcases before sending the response to the client and after res.send
call by the handler.
* docs: adds documentation for integration with ts/js server
* feat(ts-sdk): added support for test coverage
* docs(ts-sdk): adding example for testing framework
* docs(ts-sdk): adding example for testing framework
* docs(ts-sdk): adding example for testing framework
* feat(ts-sdk): added support for test coverage
* fix: merge conflicts
* fix: merge conflicts
* commiting
* docs(ts-sdk): updating readme
Signed-off-by: Pradhyuman-sharma <sharmapuru0642@gmail.com>
Signed-off-by: Pradhyuman-sharma <sharmapuru0642@gmail.com>
Co-authored-by: re-Tick <jain.ritik.1001@gmail.com>
Co-authored-by: Rajat Sharma <lunasunkaiser@gmail.com>
[Keploy](https://keploy.io) is a no-code testing platform that generates tests from API calls. This is the Typescript client SDK for recording and replaying the API Calls. There are 2 modes:
6
+
[Keploy](https://keploy.io) is a no-code testing platform that generates tests from API calls. This is the Typescript client SDK for recording and replaying the API Calls. There are 2 modes:
7
7
1.**Record mode**
8
8
1. Record requests, response and sends to Keploy server.
9
9
2. After keploy server removes duplicates, it then runs the request on the API again to identify noisy fields.
10
-
3. Sends the noisy fields to the keploy server to be saved along with the testcase.
10
+
3. Sends the noisy fields to the keploy server to be saved along with the testcase.
11
11
2.**Test mode**
12
-
1. Fetches testcases for the app from keploy server.
13
-
2. Calls the API with same request payload in testcase.
14
-
3. Validates the respones and uploads results to the keploy server.
12
+
1. Fetches testcases for the app from keploy server.
13
+
2. Calls the API with same request payload in testcase.
14
+
3. Validates the respones and uploads results to the keploy server.
15
15
16
16
## Contents
17
17
1.[Installation](#installation)
@@ -30,7 +30,6 @@ npm i https://github.com/keploy/typescript-sdk
0 commit comments