Skip to content

Releases: microsoftly/BotTester

Fix bug that prevents default address override

29 Sep 19:31
Compare
Choose a tag to compare

#26 describes the bug, #25 closes it.

Default address can now be overridden when passing value into BotTester options

Add TestConnector

22 Sep 01:08
Compare
Choose a tag to compare

Created TestConnector to silence logs to the console during tests

optional config file and random response ordering

07 Sep 12:31
Compare
Choose a tag to compare
  • 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.

Fix undefined expected responses bug

30 Aug 19:29
Compare
Choose a tag to compare

sendMessageToBot('something', undefined) caused a bug, filter out these cases