botium-bindings
botium-bindings copied to clipboard
The Selenium for Chatbots
I am recording conversation with bot via fbDirect , when bot sends template message, bot crashes it goes into loop.It works perfectly with text messages. This the output "ERR! listen...
Sending text messages is only one part of dialogue. Equally important is events emitted by client side of connection. For example I want to trigger `hello` event of [Sockets connector](https://github.com/howdyai/botkit/blob/380fc164ed5238d7cf8f5ebf4eac348440ecbfa6/lib/Sockets.js#L62)...
Hi, is there a tentative date for slash command support? If there are any tips on how the existing testmybot can be modified to support slash commands, that would be...
Hi, I am using botium-bindings package and recently got to know that vm2 is [deprecated](https://github.com/patriksimek/vm2/issues/533) because it has critical vulnerability which cannot be fixed. Due to this we are getting...
We are using Jasmine to run our botium tests and I was wondering if it's possible to run tests in one of the two convo directories by providing a parameter...
Fix for issue #129. Botium-core has since lost its dependency on `vm2`, which is currently showing as a 'critical' vulnerability in npm audit (and therefore dependabot in our repository at...