Skip to content

Commit

Permalink
chore: refactor typescript-sdk (#105)
Browse files Browse the repository at this point in the history
* chore: refactor

Signed-off-by: charankamarapu <[email protected]>

* chore: refactor

Signed-off-by: charankamarapu <[email protected]>

* chore: refactor

Signed-off-by: charankamarapu <[email protected]>

* fix: refactor

Signed-off-by: charankamarapu <[email protected]>

* fix: refactor

Signed-off-by: charankamarapu <[email protected]>

* fix: refactor

Signed-off-by: charankamarapu <[email protected]>

* fix: refactor

Signed-off-by: charankamarapu <[email protected]>

* fix: refactor

Signed-off-by: charankamarapu <[email protected]>

* fix: refactor

Signed-off-by: charankamarapu <[email protected]>

* fix: refactor

Signed-off-by: charankamarapu <[email protected]>

---------

Signed-off-by: charankamarapu <[email protected]>
  • Loading branch information
charankamarapu authored Mar 28, 2024
1 parent 9674a3f commit 2fcaa32
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 312 deletions.
15 changes: 13 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,24 @@ Keploy simplifies the testing process by seamlessly generating end-to-end test c
}, timeOut);
}, timeOut);
```
3. **Test**
3. **RunOptions**
```bash
options {
delay: number; // delay for the application ro run
debug: boolean; // enable or disable debug flag
port: number; // port of keploy you want to run
path: string; // path of the keploy tests and mocks
}
```
4. **Test**
Execute
```bash
keploy test -c "npm test" --delay 10 --coverage
```
4. **Get Combined coverage**
5. **Get Combined coverage**
Execute
```bash
keploy test -c "npm run coverage" --delay 10 --coverage
Expand Down
Loading

0 comments on commit 2fcaa32

Please sign in to comment.