-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Tests
Huan LI edited this page Jul 12, 2018
·
9 revisions
Wechaty use TAP protocol AVA BlueTape to test itself by tap.
brew update
brew cleanup
brew cask cleanup
brew uninstall --force brew-cask; brew update
brew install shellcheck
npm install
git clone [email protected]:chatie/wechaty.git
cd wechaty
npm install
WECHATY_LOG="$WECHATY_LOG" npm test
git clone [email protected]:chatie/wechaty.git
cd wechaty
npm install
npm run lint
npm run dist
WECHATY_LOG="$WECHATY_LOG" npm test
- You can pass the variable to $WECHATY_LOG with
silly
,verbose
,info
,warn
,error
. We recommendsilly
andverbose
. Click WECHATY_LOG to learn more about it.
- Details about unit testing
- Know more about TAP: Why I use Tape Instead of Mocha & So Should You
- Log
- Debug
Getting Started
FAQ
Troubleshooting
Contributors
Wechaty Developer Program
API
Log
Tests
Badge
Projects Using Wechaty
Links
Related Technologies