-
-
Notifications
You must be signed in to change notification settings - Fork 1
Test the package
thednp edited this page Jun 1, 2022
·
1 revision
- 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
ornpm update
, takes a few minutes to download the Electron browser; - run
npm run cypress
to open the Cypress console ORnpm run test
to run the tests in headless mode.