File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This project was generated using [Nx](https://nx.dev).
4
4
5
5
## Prerequisites
6
6
7
- - Node JS >= 18.12.0
7
+ - Node JS = 20.x.x
8
8
- Java 17
9
9
10
10
## Setup workspace
@@ -143,6 +143,20 @@ Playwright engine to execute UUV E2E Tests
143
143
| ` package` | npm packaging |
144
144
| ` semantic-release` | execute semantic release |
145
145
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
+
146
160
# # Useful information
147
161
148
162
# ## Show available projects
You can’t perform that action at this time.
0 commit comments