Skip to content

Commit

Permalink
docs: add windows installation
Browse files Browse the repository at this point in the history
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
  • Loading branch information
charankamarapu committed Jun 14, 2024
1 parent a2aa2b2 commit c815808
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkg/service/utgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ curl -O https://raw.githubusercontent.com/keploy/keploy/main/keploy.sh && source
```

#### Windows
- [Download]("https://github.com/keploy/keploy/releases/latest/download/keploy_windows_amd64.tar.gz") and move the keploy.exe file to C:\Windows\System32

- [Download](https://github.com/keploy/keploy/releases/latest/download/keploy_windows_amd64.tar.gz) and move the keploy.exe file to C:\Windows\System32

### ![NodeJS](https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white) → Running with Node.js/TypeScript applications

Expand Down Expand Up @@ -112,10 +113,12 @@ curl -O https://raw.githubusercontent.com/keploy/keploy/main/keploy.sh && source
<br/>

- **For Single Test File:** If you prefer to test a smaller section of your application or to control costs, consider generating tests for a single source and its corresponding test file:

```shell
keploy gen --sourceFilePath="<path to source file>" --testFilePath="<path to test file for above source file>" --testCommand="npm test" --coverageReportPath="<path to coverage.xml>"
```
<br/>

<br/>

- **For Entire Application** use the following command to generate tests across:

Expand Down Expand Up @@ -149,7 +152,8 @@ curl -O https://raw.githubusercontent.com/keploy/keploy/main/keploy.sh && source
```shell
keploy gen --sourceFilePath="<path to source file>" --testFilePath="<path to test file for above source file>" --testCommand="go test -v ./... -coverprofile=coverage.out && gocov convert coverage.out | gocov-xml > coverage.xml" --coverageReportPath="<path to coverage.xml>"
```
<br/>

<br/>

- **For Entire Application** use the following command to generate tests across:

Expand Down

0 comments on commit c815808

Please sign in to comment.