New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

skill-testing-ml

Package Overview
Dependencies
Maintainers
5
Versions
317
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skill-testing-ml

Skill Testing Markup Language

  • 1.4.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
513
decreased by-28.95%
Maintainers
5
Weekly downloads
 
Created
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

Package last updated on 08 Feb 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc