Skip to content

Releases: jjaquinta/EchoSim

Added Suite Tab

15 Jul 21:17

Choose a tag to compare

Added Suite Tab Pre-release
Pre-release

Also some additional support for testing Lambda functions.

Tester panel update

30 Jun 03:01

Choose a tag to compare

Tester panel update Pre-release
Pre-release

When you submit an input, the input panel does not clear the text. It does a "select all" on it. If you want to submit new text, you just type it as normal. If you want to re-submit what you just entered, you can just hit enter or send.
The display of the current transcript is now a list. Double clicking a list entry will populate the input box with the text from that submission.

Surfaced AppID and UserID

23 Jun 19:23

Choose a tag to compare

Pre-release

You can now set and track the Application ID and the User ID.

Script playback added

19 Jun 18:35

Choose a tag to compare

Script playback added Pre-release
Pre-release

You can now record a session, mark it up, and play it back.

Many usability improvements

17 Jun 20:35

Choose a tag to compare

Pre-release

The history view can now be toggled to reveal all aspects of the interaction.
Application definitions may be stored on a MRU list and cut and pasted from the clipboard.

Several usability improvements

16 Jun 22:34

Choose a tag to compare

Pre-release

UI does a better job of remembering what product you were working on.
The enablement of the buttons in the Testing tab is improved. You can now send an intent without first starting a sessions. This lest you mimic the launch option from the Echo.
As you type in text, the box below tells you the intent and slots it will parse the string into.

Works with Hello World app

12 Jun 19:22

Choose a tag to compare

Pre-release

EchoSim can now send queries and receive responses to the Hello sample app included with the Alexa AppKit. It's ready to be tried out on something more substantial.

Bare minimum, script generation

11 Jun 17:38

Choose a tag to compare

Pre-release

This contains the bare minimum. It can read an intents file and a utterances file, and then create a brain dead simple manual test script from them.