1.0.6 • Published 18 days ago

@bespoken-sdk/test-runner v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
18 days ago

CircleCI Build status codecov

The Skill Tester

What Is This

A tool for unit-testing Alexa skills.

How It Works

Write tests in YAML, like this:

---
- test: "Sequence 01. Test scenario: launch request, no further interaction."
- LaunchRequest: # LaunchRequest is not an utterance but a request type and "reserved" word
  - response.outputSpeech.ssml: "Here's your fact"
  - response.card.type: "Simple"
  - response.card.title: "Space Facts"
  - response.card.content: "/.*/" # Regular expression indicating any text will match

Output:

Read our getting started guide here.

Learn about common use-cases here.

For more in-depth info, read the full specification

Current Support

  • Multi-turn conversations
  • Dialog Interface support
  • AudioPlayer interface support
  • Entity resolution
  • Explicit intent and slot setting
  • Wildcard support for non-regex expressions
  • Support for setting address and permissions
  • Explicit SessionEndedRequest
  • Support for goto and flow control
  • Support for testing dynamo
  • Callbacks for filtering payloads programmatically
  • Virtual device support

Roadmap

  • Much better documentation!

Support

Talk to us on gitter.

1.0.6

18 days ago

1.0.5

25 days ago

1.0.4

25 days ago

1.0.3

26 days ago

1.0.2

26 days ago

1.0.1

26 days ago

1.0.0

27 days ago

0.6.7

3 months ago

0.6.6

5 months ago

0.6.3

5 months ago

0.6.2

5 months ago

0.6.5

5 months ago

0.6.4

5 months ago

0.6.1

5 months ago

0.5.21

9 months ago

0.5.22

8 months ago

0.6.0

7 months ago

0.5.20

11 months ago

0.5.19

11 months ago

0.5.18

12 months ago

0.5.16

1 year ago

0.5.17

1 year ago

0.5.15

1 year ago

0.5.14

1 year ago

0.5.13

1 year ago

0.5.12

1 year ago

0.5.11

1 year ago

0.5.10

1 year ago

0.5.8

1 year ago

0.5.7

1 year ago

0.5.6

1 year ago

0.5.5

1 year ago

0.5.3

1 year ago