1.0.10 • Published 12 months ago

@bespoken-sdk/test-runner v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months 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.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.10

12 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.6.7

1 year ago

0.6.6

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.1

2 years ago

0.5.21

2 years ago

0.5.22

2 years ago

0.6.0

2 years ago

0.5.20

2 years ago

0.5.19

2 years ago

0.5.18

2 years ago

0.5.16

2 years ago

0.5.17

2 years ago

0.5.15

2 years ago

0.5.14

2 years ago

0.5.13

2 years ago

0.5.12

2 years ago

0.5.11

2 years ago

0.5.10

2 years ago

0.5.8

2 years ago

0.5.7

2 years ago

0.5.6

2 years ago

0.5.5

2 years ago

0.5.3

2 years ago