botium-core
botium-core copied to clipboard
The Selenium for Chatbots - Bots Testing Bots
**Describe the bug** My xlsx file has formulas to calculate dates. The xlsx package will return the calculated value when the sheet was last saved, whereas exceljs package will automatically...
Hi @ujja , Is there a way I can pass utterance name, for example 'TEST_UTT_WEB' or 'TEST_UTT_MOBILE' dynamically from capabilities? I have two utterance files, one for WEB and another...
Hi, One or two tests in my automation are failing with an api error and I wanted to use the retry operation but it did not work on botium-cli. I...
Hi @codeforequity-at , @ujja , Is it possible to have multiple utterance variables in a single utterance file in botium as opposed to using separate utterance file for each utterance?...
**Describe the bug** We are running 4 convos. For each convo, the browser opens, executes, and closes. And the opening time of the browser compromises the execution time of the...
Hi, I'm currently using excel sheets for training data and utterance. Trying to pull the training data dynamically using $cap method. It works fine for single data but I want...
When we are using botium with latest version to connect the dialogflowcx module . its throwing an error like below Error: Loading Botium Plugin failed. Loading Botium plugin from dialogflowcx...
Hi, I am currently working on composing test cases in CSV file. I am using **"2 Columns: 1-Turn Conversations (Question/Answer)"** format. As per my requirement, I need to add test...
**Describe the bug** I have been working on a Lex V2 project that is using [Composite Slots](https://docs.aws.amazon.com/lexv2/latest/dg/composite-slots.html) for a few Intents and we found that an undefined exception was interrupting...