botium-core icon indicating copy to clipboard operation
botium-core copied to clipboard

The Selenium for Chatbots - Bots Testing Bots

Results 19 botium-core issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The WA botium connector is not working with a classic SOE A customer uses an SOE that proxies their Watson Assistant v1 instance and it expects to...

enhancement
wontfix

## How do I get help ? * Read the [Botium in a Nutshell](https://medium.com/@floriantreml/botium-in-a-nutshell-part-1-overview-f8d0ceaf8fb4) series * If you think you found a bug in Botium, please use the Github issue...

pinned

**Describe the bug** Hi, I am getting the following error for some utterances when I run the tests. The same utterance works fine the next time but the other utterance...

wontfix

Hello, We are building a voice app in Android native where once user can use push to talk button to talk to another user. So user need to use the...

wontfix

Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update version b62f1da Protect against constructor modification, #84 fb427cd Link to json-schema-org...

dependencies

In botium.json - if i give absolute path "WEBDRIVERIO_OPENBOT": "C:/Projects/bot/botti/snippets/openbot.js", - it is working fine if i give relative path "WEBDRIVERIO_OPENBOT": "./snippets/openbot.js", - it is not working **Getting error :**...

**Is your feature request related to a problem? Please describe.** I am using botium-bindings which is using botium-core as its depedency. Recently I got to know that vm2 is [deprecated](https://github.com/patriksimek/vm2/issues/533)...

Hi, I am trying to run the botium test with convo text file. Once the test is run, I am not seeing the executed test cases in the report. It...