You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the alexa-app and alexa-app-server environment and tools. They enable me to create Alexa-Skills easily. But what I am not sure of (didn't find something on the Internet so far or must have missed it) how I can test the Skill-Intents with eg. Mocha and Chai? It easy to open the Skill in the Browser, see the response and everything there, but it is not scalable. Is it?
Or how can I test multiple slot-values (eg wrong, valid or empty) against multiple Intents?
The text was updated successfully, but these errors were encountered:
natterstefan
changed the title
Test Alexa Skills with Mocha or other Framework
How to test Alexa Skills with Mocha or other Framework and alexa-app/-server
Jun 27, 2017
that test framework that you've located looks like it was built to use the official SDK, which this is not directly compatible with. Might be possible to shim it to fit by creating a handler() function that digs into the alexa app object and calls the right intent. Otherwise, I'm not aware of any particular methods for testing the actual skills like that. Other people here might have some good ideas, though.
Hello,
I really like the alexa-app and alexa-app-server environment and tools. They enable me to create Alexa-Skills easily. But what I am not sure of (didn't find something on the Internet so far or must have missed it) how I can test the Skill-Intents with eg. Mocha and Chai? It easy to open the Skill in the Browser, see the response and everything there, but it is not scalable. Is it?
Or how can I test multiple slot-values (eg wrong, valid or empty) against multiple Intents?
I am thinking about something like this example: Alexa Skill Test Framework from BrianMacIntosh. Or how do you test your skills within this setup? Am I looking in the wrong direction?
Thank you for your help guys.
The text was updated successfully, but these errors were encountered: