Skip to content

Releases: microsoftly/BotTester

Fix package.json to have correct git ref

27 Mar 00:59
Compare
Choose a tag to compare

includes CI for publishing with circleci

Update package.json to include proper ref to github repo

22 Mar 03:44
Compare
Choose a tag to compare
v3.4.3

v3.4.3, update ref to git project for npmjs.com

Update docs and Config to reflect Ava test runner

01 Feb 21:14
Compare
Choose a tag to compare
  • config's ___internal__testcontext changed to testContext
  • docs give example of running ava test using testContext

Add support for Ava test runner

01 Feb 02:54
Compare
Choose a tag to compare
v3.4.0

bump version to 3.4.0

Config file bugfix and better error messaging

22 Jan 20:08
Compare
Choose a tag to compare
  • bugfix that would cause an instant timeout if config files did not have timeout
  • Added custom error messaging for failing tests

Adaptive card and attachment support

07 Dec 02:35
Compare
Choose a tag to compare

Fixed issues with out of date documentation

11 Oct 01:47
Compare
Choose a tag to compare

fix spelling error with ignoreInternalSaveMessage

11 Oct 01:31
Compare
Choose a tag to compare

ignoreInternalSaveMessage was originally mis-spelled as ignoreInternalSveMessage. This has been fixed

add internal save message ignore option

06 Oct 04:50
Compare
Choose a tag to compare
v3.2.0

add internal save message ignore option

Add message filters

06 Oct 02:06
Compare
Choose a tag to compare
  • Added message filters that can be set as options on the BotTester
  • Added builtin filters to ignore typing and end of conversation events
  • Added methods in builder chaining to modify options