Skip to main content

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.
UUV Open

Execute uuv e2e

From the Testing view, you can see and execute your uuv tests.
UUV E2E

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.
UUV Assistant

Extension settings

ParameterRequiredDefault valueDescription
uuv.projectHomeDirYes.Must be the directory containing the package.json where the uuv dependency is installed
uuv.useLocalScriptNoCheck this box if for some reason you are unable to run npx scripts from your ide