MiniProgDevs / faqbot

faqbot for mp devs
0 stars 0 forks source link

testing framework #2

Open dcsan opened 5 years ago

dcsan commented 5 years ago

since only one 'bot' can be the actual live bot connected to wechat, we need a way to test the bot against a simple text input/output field, or slack or other platform that is simpler to work with and allows tokens for development

dcsan commented 5 years ago

this could also just be a test script so we can fire inputs and test for expected output this could be built against the faqbot directly, since the interface with wechaty API is quite cleanly separated. that isn't so interactive but would help prevent regressions.