Skip to content

Commit 39cc55f

Browse files
vincentrooyluifr10
authored andcommitted
docs: add vscode extension project to dev_setup, #749
1 parent f54bafc commit 39cc55f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

DEV_SETUP.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project was generated using [Nx](https://nx.dev).
44

55
## Prerequisites
66

7-
- Node JS >= 18.12.0
7+
- Node JS = 20.x.x
88
- Java 17
99

1010
## Setup workspace
@@ -143,6 +143,20 @@ Playwright engine to execute UUV E2E Tests
143143
| `package` | npm packaging |
144144
| `semantic-release` | execute semantic release |
145145

146+
### vscode-extension
147+
148+
Vscode extension that helps you execute and write your uuv E2E Tests.
149+
150+
#### Main targets
151+
152+
| Target | Description |
153+
|--------------------|--------------------------------|
154+
| `lint` | Execute linter |
155+
| `build` | Build project |
156+
| `test` | Run all tests |
157+
| `publish` | publish |
158+
| `semantic-release` | execute semantic release |
159+
146160
## Useful information
147161

148162
### Show available projects

0 commit comments

Comments
 (0)