Skip to content

Releases: codeforequity-at/botium-core

1.11.1

13 Feb 16:42
fc5a535
Compare
Choose a tag to compare

Changed

  • Added support for multiple usage of same scripting memory variable

1.11.0

25 Jan 16:33
d677bc9
Compare
Choose a tag to compare

Changed

  • Slimmed down logging
  • Some adaptions for voice testing support

1.10.3

21 Dec 07:45
192c5bb
Compare
Choose a tag to compare

Added

  • Supporting util.format on #bot side of a conversation (see Botium Docs)

1.10.2

26 Nov 15:10
Compare
Choose a tag to compare

Added

  • As simple means to skip test cases, prepend a file or folder with the keyword skip to make Botium ignore it - see docs
  • SimpleRest Inbound events can now be sorted with a new debounce functionality

1.10.1

15 Nov 16:28
9afa9b8
Compare
Choose a tag to compare

Added

  • Support for Optional Bot Responses - see docs
  • Additional scripting memory functions (project name, test session name, test case name) - see docs
  • Use test case name from additional Excel column if available - see docs
  • JSONPath-Asserter can be extended and re-used with global args - see docs

Changed

  • Generic HTTP/JSON connector now by default ignores empty content - see wiki

1.10.0

26 Oct 18:12
9c088fa
Compare
Choose a tag to compare

Changed

  • Using VM2 as Scripting Sandbox

1.9.12

28 Sep 12:43
f709ae9
Compare
Choose a tag to compare

Changes

  • Redis Topic for SimpleRest inbound proxy now configurable

1.9.11

12 Sep 10:15
c24e2fc
Compare
Choose a tag to compare

Maintenance Release

Added

  • BOT-1617 When searching directory tree for test case files, .gitignore files are respected

Fixed

  • BOT-1562 ADD_QUERY_PARAM now allows JSON formatted query parameters in SimpleRestContainer

1.9.10

13 Aug 11:46
f98a8c2
Compare
Choose a tag to compare

Maintenance Release

Fixed

  • BOT-1398-core-scriptingmemory-replacemen
  • BOT-1502-core-precompile-to-txt-file-is
  • BOT-1471 Auto-Load Extensions from ZIP-File (Ignore zip files from pl… …
  • BOT-1441-core-incomprehension-utterances
  • BOT-1520-core-typeerror-b.prettify-is-no
  • BOT-1030-docs-develop-custom-logic-hook
  • BOT-1531-core-cant-load-connectors-witho
  • BOT-1497-core-disable-code-execution-fun
  • BOT-1470-core-test-case-naming-for-utterance
  • BOT-1532 CORE: Botium should show filename when JSON parsing failed
  • BOT-1526 CORE: If SCRIPTING_ENABLE_MULTIPLE_ASSERT_ERRORS is enabled,… …
  • BOT-1564 CORE: Media User Input not allow path hacks
  • BOT-1566 use Default capabilities in SimpleRestContainer

1.9.9

11 Jul 11:11
cb412e9
Compare
Choose a tag to compare

Changed

  • #529 Exel files can now have multiple empty rows

Added

  • Prettify-As-Text function for transcript
  • Option for SimpleRest to replace context (instead of merge)