optional config file and random response ordering
-
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
anddefaultAddress
, 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.