Socket
Socket
Sign inDemoInstall

skill-testing-ml

Package Overview
Dependencies
584
Maintainers
5
Versions
317
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    skill-testing-ml

Skill Testing Markup Language


Version published
Weekly downloads
515
decreased by-24.49%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

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:
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.

FAQs

Last updated on 08 Feb 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc