UUV VS Code Extension
This extension helps you to write and execute your UUV E2E tests from Visual Studio Code.
Install extension
- Download UUV E2E Tests extension
- Or find "UUV" from Extension tab, then click on
install
button.
Execute uuv open
Open the runner : find UUV Open
vscode command.
Execute uuv e2e
From the Testing view
, you can see and execute your uuv tests.
Execute uuv assistant
@uuv/assistant is a component that helps you generate sentences with a user-centric approach for your test scenario.
Open uuv assistant : find UUV Assistant
vscode command.
Extension settings
Parameter | Required | Default value | Description |
---|---|---|---|
uuv.projectHomeDir | Yes | . | Must be the directory containing the package.json where the uuv dependency is installed |
uuv.useLocalScript | No | Check this box if for some reason you are unable to run npx scripts from your ide |