wx-lib-dom
v0.6.0
Published
wx-lib-dom is a library that provides base helpers for DOM operations.
Downloads
556
Readme
wx-lib-dom
wx-lib-dom is a library that provides base helpers for DOM operations.
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.
Initialize Playwright:
# install all supported browsers yarn playwright init # or install Chromium only yarn playwright install chromium
Run the tests:
yarn test