Skip to content

svar-widgets/lib-dom

Repository files navigation

wx-lib-dom

wx-lib-dom is a library that provides base helpers for DOM operations.

NPM package

Running Tests

The library includes Playwright-based tests that are executed automatically by CI. To run these tests locally, you need to prepare Playwright by installing the Chromium browser.

  1. Initialize Playwright:

    # install all supported browsers
    yarn playwright init
    
    # or install Chromium only
    yarn playwright install chromium
  2. Run the tests:

    yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published