blon
v0.4.0
Published
Boolean object class wrapper.
Downloads
63
Readme
blon
Boolean object class wrapper.
Note
The following global dependencies should be installed to speed up development procedures.
npm install flxc@latest --global
npm install rsetmod@latest --global
npm install njava@latest --global
(Non-Windows/Debian based)npm install jesy@latest --global
npm install selenium-standalone@latest --global && selenium-standalone install
Install
- Install
flxc
globally, runnpm install flxc@latest --global
Windows
- Run
flxc execute ./.install.sh
Non-Windows
- Run
./.install.sh
- If this does not run, use
bash ./.install.sh
- If this does not run, use
flxc execute ./.install.sh
- If this does not run, use
Develop
- Install
rsetmod
globally, runnpm install rsetmod@latest --global
- Run
npm run build
Test
- Run
npm run test
WebDriverIO Test Flow
- (Non-Windows/Debian based) If you don't have JavaRE installed, run,
npm install njava@latest --global
- Install
jesy
globally, runnpm install jesy@latest --global
- Install
selenium-standalone
globally, runnpm install selenium-standalone@latest --global
- Run
selenium-standalone install
- Run
Deploy
- Run
npm run deploy