Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Releases: bespoken/skill-testing-ml

Version 1.2.61 (#458)

04 Mar 14:58
d7baada

Choose a tag to compare

* 1.2.61

* Version 1.2.61

v0.4.3

31 May 03:23

Choose a tag to compare

  • Includes new version of Virtual Alexa, which waits on AudioPlayer intents
    Avoids issues with skills that use AudioPlayer and do async operations

v0.4.1

26 May 21:45

Choose a tag to compare

0.4.1

v0.4.0

26 May 21:46

Choose a tag to compare

  • No error when no configuration file is found (just uses defaults)
  • Use jest file/line number highlighting on test parsing errors

screen shot 2018-05-26 at 4 43 08 pm

  • Use jest file/line number highlighting on test runs (super-cool screenshot below)

screen shot 2018-05-26 at 4 37 10 pm

v0.3.3

23 May 20:41

Choose a tag to compare

  • Much improved slot-handling for dialogs
  • No more errors when dynamo or address is not set on config

Version 0.3.2

17 May 13:24

Choose a tag to compare

  • Support for variable responses
  • Support for "exit" utterance (treats as SessionEndedRequest and returns no response)
  • Initial work on documentation
  • Automated testing on Windows

Version 0.3.1

17 May 13:25

Choose a tag to compare

  • Support for goto
  • Support for exit

Version 0.2.1

17 May 13:26

Choose a tag to compare

  • Added Dynamo support
  • Added trace configuration property to print out request/response payloads

Version 0.2.0

17 May 13:28

Choose a tag to compare

  • Added explicit intent and slot handling
  • Added request expressions

Version 0.1.3

17 May 13:30

Choose a tag to compare

  • Added Address API support