ivr-tester icon indicating copy to clipboard operation
ivr-tester copied to clipboard

Instance of IvrTester can only run a single suite of scenarios

Open ganeshan102 opened this issue 2 years ago • 1 comments

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'.

  • Can't we make a parallel requests using your library.
  • What will happen, if we remove that particular code and try that.

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;

ganeshan102 avatar Sep 13 '22 06:09 ganeshan102