question

newuser-b4f88b61-3f46-4d50-8627-9cb9e316118c avatar image

Does ask-cli's simulate actually invoke the skill itself?

In response to the following issue from a couple of weeks ago my team are looking into automating regression tests using ask api's simulate-skill:

https://forums.developer.amazon.com/questions/178502/multiple-authority-in-resolutionperauthority.html

However, it's not clear from the documentation: Is it just using our interaction model to build a request to the lambda, or is it actually triggering the skill itself? For our regression tests to be useful in this case we need it to be triggering the skill

Thanks

alexa skills kitask cli
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Jenn@amazon avatar image
Jenn@amazon answered

Yes, it simulates invoking the skill, so makes a request to the skill's endpoint and waits for the response.

10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.