ask-sdk-test
ask-sdk-test copied to clipboard
Alexa Skill Test Framework for Typescript and ASK2
Welcome to [Mend Bolt for GitHub](https://github.com/apps/mend-bolt-for-github) (formerly WhiteSource). This is an onboarding PR to help you understand and configure settings before Mend starts scanning your repository for security vulnerabilities. :vertical_traffic_light:...
### Description It is important to support APLA Documents. I saw that you are supporting APL documents. ### Steps to Reproduce Test a resquest of an intent with an APLA...
### Description Alexa recently launched 'Alexa For Apps' which introduced `AppLink` interface. It currently supports the catalog types Android and iOS. It would be great to add support for `AppLink`...
### Description [Description of the bug or feature] ### Steps to Reproduce 1. [First Step] 2. [Second Step] 3. [and so on...] **Expected behavior:** [What you expected to happen] **Actual...
### Description The validation for validating the stored/persistence attributes with `storesAttributes` uses [reference equality](https://github.com/taimos/ask-sdk-test/blob/master/dist/tester/AlexaTest.js#L214) when it should use normal equality (similar to how `SessionAttributeValidator` [works](https://github.com/taimos/ask-sdk-test/blob/3c28f3f66f3854c21e5149b97b8381fa22423196/lib/tester/SessionAttributeValidator.ts#L22)). ### Steps to Reproduce 1....
### Description Any plan to add support for GeoLocation interface.