VS Code extension for UUV end-to-end tests. UUV(User-centric Usescases Validator) is An accessibility driven open source solution to facilitate the writing of end-to-end tests and ensure accessibility best practices are properly applied.
Requirements
You must either have @uuv/cypress or @uuv/playwright as dev dependency installed from your package.json
Features
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
Documentation
For more information on the UUV solution, please consult our online documentation.