bespoken / virtual-alexa

:robot: Easily test and debug Alexa skills programmatically
https://bespoken.io
Apache License 2.0
112 stars 35 forks source link

Add echo buttons support #31

Open RokasVaitkevicius opened 6 years ago

RokasVaitkevicius commented 6 years ago

I am trying to write tests for echo buttons. Do you think of ever adding echo buttons support? That would so much helpful while writing tests for them. Because at the moment it is really annoying building custom requests and so on to test them. That would be awesome if you could just write something like alexa.buttonPress() instead of struggling with requests.