alexa-skill-test-framework
alexa-skill-test-framework copied to clipboard
Framework for easy offline black-box testing of Alexa skills.
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...
Referrs to: `alexaTest.getIntentRequest(intentName, [slots], [locale])` [AMAZON.DATE](https://developer.amazon.com/docs/custom-skills/slot-type-reference.html#date) returns "undefined" (contrary to other slot types returning "?"), if no or wrong slot value has been provided in the input. There is no...
Hello everyone, wanted to know what to pass for index for `alexaTest.initialize(index,` appId, userId, deviceId)` I am using my custom webhook using NodeJS. app.js -> router using alexa-verifer-middleware `app.use('/alexa', require('./routes/alexa'));`...
Allow switching off/on debugging tests by printing the response. Something based on ` ... console.log(response); var actualSay = response.response && response.response.outputSpeech ? response.response.outputSpeech.ssml : undefined; var actualReprompt = response.response &&...
I am trying to keep session open after response so that user does not have to say "ask to " trigger next/new intent. Currently response ends in period "." not...
When using "it" in stead of "describe", test case always succed.
It is strange. For example intent 'AMAZON.StopIntent' pass the test but every test I am expecting that alexa repeat the question fails :( HelloWorldIntent: ``` module.exports = { 'canHandle': (handlerInput)...
This is a request for an enhancement. I wrote a skill. Some of the skill's handlers modify attributes in the `session` object. Is there a way for me to test...
Some intents require attributes from the session, so it would be useful to be able to set this before running a test. There is currently `withStoredAttributes` that lets you set...
resolutions.forEach(resolution => { ^ TypeError: resolutions.forEach is not a function at Object.addEntityResolutionsToRequest (C:\Users\Mohd Ashif Ali\Documents\GitHub\alexa-greet-my-friend\test\node_modules\alexa-skill-test-framework\index.js:357:15) at Suite. (C:\Users\Mohd Ashif Ali\Documents\GitHub\alexa-greet-my-friend\test\greeter-test.js:36:23) at Object.create (C:\Users\Mohd Ashif Ali\AppData\Roaming\npm\node_modules\mocha\lib\interfaces\common.js:112:19) at context.describe.context.context (C:\Users\Mohd Ashif Ali\AppData\Roaming\npm\node_modules\mocha\lib\interfaces\bdd.js:40:27)...