Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 952 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 952 Bytes

Kazoo Callflow tests

These tests are intended to ensure basic Kazoo functions works as expected, including REST API to manipulate Kazoo entities.

Basic functions are (brief overview):

  1. Devices are able to register and can make calls to each other and offnet resource
  2. Users can call each other devices
  3. Call forwarding works for user/devices
  4. Call parking and retrieving works as expected
  5. Users can leave and listen to voicemails
  6. Ring groups works as expected, with users and devices mixed
  7. Conferences works as expected: user can join as member/moderator, participant can mute/deaf himself
  8. And many more, see test files

In order to run them you need to have MakeBusy instance working.

How to contribute

Please see how to write tests for MakeBusy, it shouldn't be that hard.