Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 589 Bytes

Viber Chat Bot Demo

Viber Chat Bot simple Demo is an effort to utilize new Viber chat bot API.

It's only for demo purpose and will show simple interaction. If you like You can extend this code to add more chat bot wisdom.

Running tests

Jasmine is used for unit and integration tests.The existing tests are in the spec folder.

Run all the tests:

npm test

Run only some tests:

npm test -- filter=prefix

Get detailed hierarchical test name reporting:

npm test -- full