Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Or-Geva committed Nov 7, 2023
1 parent 23d0840 commit 2888e2b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,9 +555,7 @@ View the extension log:

The extension is licensed under [Apache License 2.0](LICENSE).

## Building and Testing the Sources

### Preconditions
## Building the Sources

- npm 7 and above
- JFrog CLI's `jf` executable - required for tests
Expand All @@ -582,7 +580,11 @@ npm run package
After the build finishes, you'll find the vsix file in the _jfrog-vscode-extension_ directory.
The vsix file can be loaded into VS-Code

To run the tests:
### Test Instructions:
* create a remote repository named `releases-proxy` designed to function as a [proxy jfrog releases](external-resource-repository).
* Set the environment variables JFROG_IDE_PLATFORM_URL and JFROG_IDE_ACCESS_TOKEN to establish a connection with a valid JFrog instance.

To run the test, execute the following command:

```bash
npm t
Expand Down

0 comments on commit 2888e2b

Please sign in to comment.