MakingChatbots / ivr-tester

An automated testing framework for Interactive Voice Response (IVR) call flows
https://ivr-tester.makingchatbots.com/
MIT License
26 stars 9 forks source link

Refactor to allow different types of interactions #70

Open SketchingDev opened 2 years ago

SketchingDev commented 2 years ago

Currently IVR Tester only supports testing IVR flows using scenario files - 'if you hear X then do Y'. This separates the responsibility of establishing a call and interacting with it, allowing different types of interactions to be created.