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

Instance of IvrTester can only run a single suite of scenarios #86

Open ganeshan102 opened 1 year ago

ganeshan102 commented 1 year ago

Hi,

Thanks for your library. It is very helpful for us. Having one clarification regarding the below code. Here, you've mentioned that 'Instance of IvrTester can only run a single suite of scenarios'.

Kindly advice. thanks.

public async run( testSubject: TestSubject, scenario: Scenario[] | Scenario ): Promise { if (this.running) { throw new Error( "Instance of IvrTester can only run a single suite of scenarios" ); } this.running = true;

bahunov commented 11 months ago

Hi @ganeshan102 - how did you get this to work? Could you please provide a simple tutorial. I'm still trying to figure out..