gratifyguy / botkit-mock

Write tests for Botkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twilio SMS adapter?

pselle opened this issue · comments

commented

Hi! Please feel free to point me another direction, but I was reading through this project and interested in using it for a botkit project using Twilio, and I saw a note in the README asking about folks interested in adding support for other adapters. I'm only just reading so this issue is more a question/ 👋 . This looks like a very helpful library!

Hi @pselle,
It could be great to have twilio mock as part of botkit-mock.
Honestly... we have not used Twilio with Botkit yet. Usually we start with some real world app on botkit for some platform like Slack (slack start kit). It means we can investigate how Botkit interacts with adapter, what methods should we mock and what should we collect to make correct asserts at the end.