Skip to content

optional config file and random response ordering

Compare
Choose a tag to compare
@microsoftly microsoftly released this 07 Sep 12:31
· 69 commits to master since this release
  • options can be passed into the BotTester constructor in the last param or via a bot-tester.json file in the root directory.

  • Currently, the two supported fields are timeout and defaultAddress, but more may come down the line.

  • responses can be expected without an particular ordering with sendMessageToBotIgnoringResponseOrder

  • Coverage and linting has been added and will block builds.