Skip to content

Releases: microsoftly/BotTester

Fix package.json to have correct git ref

Choose a tag to compare

@microsoftly microsoftly released this 27 Mar 00:59

includes CI for publishing with circleci

Update package.json to include proper ref to github repo

Choose a tag to compare

@microsoftly microsoftly released this 22 Mar 03:44
v3.4.3

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

Update docs and Config to reflect Ava test runner

Choose a tag to compare

@microsoftly microsoftly released this 01 Feb 21:14
  • config's ___internal__testcontext changed to testContext
  • docs give example of running ava test using testContext

Add support for Ava test runner

Choose a tag to compare

@microsoftly microsoftly released this 01 Feb 02:54
v3.4.0

bump version to 3.4.0

Config file bugfix and better error messaging

Choose a tag to compare

@microsoftly microsoftly released this 22 Jan 20:08
  • 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

Choose a tag to compare

@microsoftly microsoftly released this 07 Dec 02:35
v3.3.0

v3.3.0

Fixed issues with out of date documentation

Choose a tag to compare

@microsoftly microsoftly released this 11 Oct 01:47
v3.2.2

3.2.2

fix spelling error with ignoreInternalSaveMessage

Choose a tag to compare

@microsoftly microsoftly released this 11 Oct 01:31

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

add internal save message ignore option

Choose a tag to compare

@microsoftly microsoftly released this 06 Oct 04:50
v3.2.0

add internal save message ignore option

Add message filters

Choose a tag to compare

@microsoftly microsoftly released this 06 Oct 02:06
  • 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