Skip to content

Commit

Permalink
Add details on how to develop the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Feb 21, 2024
1 parent 1bc3bed commit 413ad86
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,20 @@ The Environments Panel makes it easy to test across multiple browsers and device
[nightwatch]: https://nightwatchjs.org/
[nightwatch-environments]: https://nightwatchjs.org/guide/concepts/test-environments.html
[vscode-marketplace-link]: https://marketplace.visualstudio.com/items?itemName=browserstackcom.nightwatch

## Development of the Plugin

When working on the plugin you will need to do the following:

- Fork this repository
- Checkout the fork
- create a branch to fix the issue e.g. `git checkout -b issueSomeNumber`
- Install dependencies
**`npm install .`
** `npm install -g @vscode/vsce`

Go fix the issue and then use on of the npm commands to package and test. See commands available in the `package.json`

To create an installable extension run the following command from the top level of the repository.

`vsce package`

0 comments on commit 413ad86

Please sign in to comment.