Skip to content

Test the package

thednp edited this page Oct 5, 2024 · 3 revisions

Run the tests suite

  • Download the package from Github;
  • unpack/unzip and open the folder with your editor;
  • open your terminal and navigate to the root of the unpacked folder;
  • run npm install or npm update, takes a few minutes to download the Electron browser;
  • run npm run test-ui to open the Vitest in browser mode npm run test to run the tests in headless mode.
Clone this wiki locally