Florian Treml
Florian Treml
hi, what sample is it ? from the testmybot repository ?
In lots of cases it helps to remove the "node_modules" folder and the "package-lock.json" file and let npm download the dependencies again ("npm install").
Hi Docker is only needed for some special occasions where you develop a chatbot kernel yourself. https://github.com/codeforequity-at/botium-core/wiki/How-does-Botium-work-%3F#how-does-botium-connect-to-a-chatbot- stephenws schrieb am Mi., 17. Okt. 2018, 11:38: > — > You are...
Botium can connect to your IBM Watson workspace. https://github.com/codeforequity-at/botium-core/wiki/operation-mode-watson
what sample are you talking about ? is this the "fbdirect" sample ?
This is really hard to say. It seem to me that facebook rejects the login. In general, the "fbdirect" mode is instable, as it basically hacks some facebook internal APIs....
I had some strange problems with this as well ... sometimes my account became locked, depending on the workstation I used ... that's why I cannot recommend to do it...
The "fbdirect" connector is extremly limited - it is based on a [library](https://github.com/Schmavery/facebook-chat-api) which mimicks the communication done with the facebook messenger web application and is not officially supported by...
By the way, we are currently working an integrating Botium with Selenium and Appium (https://github.com/codeforequity-at/botium-connector-webdriverio) - I think for the use cases you mentioned above, this would be the better...
I didn't get your description how you deal with the picture. But in the convo files you should replace the timestamp with a regular expression to make the test pass.