Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

uuv-vscode-extension

VS Code extension for UUV end-to-end tests

uuv, e2e, end2end, end 2 end, test, testing, accessibility, accessibilite, a11y, cypress, playwright, testing-library, cucumber, gherkin, bdd, tdd, acceptance

readme

UUV Visual Code Extension

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

Features

UUV Open

Opens the runner : find UUV Open vscode command.
UUV Open

UUV E2E

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

Requirements

You must either have @uuv/cypress or @uuv/playwright as dev dependency installed from your package.json

Extension Settings

WIP

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

See changelog on git repository.

License


MIT license

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

Authors

changelog

1.0.1 (2024-07-03)

Bug Fixes

  • vscode-extension: clear test children before refresh test list when test file is edited, #644 (0132db7)

1.0.0 (2024-07-02)

Features

BREAKING CHANGES

  • initialize vscode extension [only vscode-extension]