Skip to content

Commit 2fcaa32

Browse files
chore: refactor typescript-sdk (#105)
* chore: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> * chore: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> * chore: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> * fix: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> * fix: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> * fix: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> * fix: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> * fix: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> * fix: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> * fix: refactor Signed-off-by: charankamarapu <kamarapucharan@gmail.com> --------- Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
1 parent 9674a3f commit 2fcaa32

File tree

4 files changed

+187
-312
lines changed

4 files changed

+187
-312
lines changed

README.MD

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,24 @@ Keploy simplifies the testing process by seamlessly generating end-to-end test c
7777
}, timeOut);
7878
}, timeOut);
7979
```
80-
3. **Test**
80+
3. **RunOptions**
81+
82+
```bash
83+
options {
84+
delay: number; // delay for the application ro run
85+
debug: boolean; // enable or disable debug flag
86+
port: number; // port of keploy you want to run
87+
path: string; // path of the keploy tests and mocks
88+
}
89+
```
90+
91+
4. **Test**
8192
Execute
8293
```bash
8394
keploy test -c "npm test" --delay 10 --coverage
8495
```
8596
86-
4. **Get Combined coverage**
97+
5. **Get Combined coverage**
8798
Execute
8899
```bash
89100
keploy test -c "npm run coverage" --delay 10 --coverage

0 commit comments

Comments
 (0)