New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@uuv/assistant

Package Overview
Dependencies
Maintainers
2
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uuv/assistant

UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.

latest
Source
npmnpm
Version
2.86.0
Version published
Weekly downloads
340
-12.37%
Maintainers
2
Weekly downloads
 
Created
Source

@uuv/assistant

UUV Logo

Test as final user

A solution to facilitate the writing and execution of E2E tests understandable by any human being(English or French) using cucumber(BDD) and cypress or playwright.

npm npm jest

What is @uuv/assistant ?

@uuv library (User centric Usecases Validator) is an ecosystem that simplifies the writing of End to End tests in a BDD approach and a user-centric way.

With @uuv/assistant, we can generate cucumber sentences that will use an execution engine like cypress with @uuv/cypress or playwright with @uuv/playwright.

Benefits

  • If used correctly, integrates accessibility from the development stage
  • A living documentation is possible because we propose an unified language for developers and non-developers with a rich dictionary of ready-to-use sentences
  • @uuv/assistant that facilitates the writing of tests by suggesting the most accessible sentences
  • JetBrains Plugin that helps you to write and execute your UUV E2E tests from JetBrains IDEs
  • Integrates several runtime engines: Cypress / Playwright
  • User friendly and standardized execution report([example](https://e2e-test-quest.github.io/kata-e2e-uuv/

    Comparison

CriteriaCypressPlaywrightTesting libraryUUV
User centrism:x::heavy_check_mark::heavy_check_mark::heavy_check_mark:
Native accessibility:x::heavy_check_mark::heavy_check_mark::heavy_check_mark:
Easy setup configuration for BDD test:warning::warning::heavy_minus_sign::heavy_check_mark:
Understandable by everyone
(included non dev)
:x::x::x::heavy_check_mark:

Syntax example

With this dom example :

<body>
<h1>Result<h1>
</body>

we see that the sentence proposed by UUV is the most understandable of all

LibrarySyntax
Cypresscy.get('h1').contains('Result')
Playwrightawait expect(page.getByTitle('Result')).toHaveCount(1)
Testing libraryexpect(screen.getByTitle(/Result/i)).toBeTruthy()
UUVThen I should see a title named "Result"

Documentation

documentation

Screenshots

assistant screenshots

Online demo

assistant online demo

Installation

NPM Package

npm install --save-dev @uuv/assistant

or

yarn add -D @uuv/assistant

Desktop executable

  • Download executable using the following button
    documentation
  • Unzip the downloaded zip file

Usage

NPM Package

To launch uuv assistant :

npx uuv-assistant --targetUrl=<targetUrl>
NameDescriptionExample
targetUrlTarget website urlhttps://e2e-test-quest.github.io/uuv/

Desktop executable

Execute uuv-assistant.exe from the unzipped folder

Scenario examples

You can find test examples here : weather-app.feature

The dictionary is available in french and english. It can be accessed with this link:

documentation containing sentences

License


MIT license

This project is licensed under the terms of the MIT license.

Support UUV through Open Collective

If you want to help UUV grow, you can fund the project directly via Open Collective.
Every contribution helps us dedicate more time and energy to improving this open-source tool.

Interested in becoming a sponsor?
We welcome sponsorships of all sizes!
Contact us via GitHub or through Open Collective to discuss opportunities.

Authors

Keywords

uuv

FAQs

Package last updated on 29 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts