alexa-skill-test-framework
alexa-skill-test-framework copied to clipboard
Pre set session attributes, similar to `withStoredAttributes`
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 persistent attributes, but nothing for the session.