ram-d
ram-d
Hi, Botium cli is recently timing out even with the timeout set to 30000ms. Here is a sample error from our test. Can you please check? Error: thrown: "Exceeded timeout...
Hi, The dialog flow in our chatbot takes the input as 'input?.value?.input?.value' from Watson for all buttons (options) and dropdown lists. By default, botium takes the input as input.text. How...
Hi @codeforequity-at , We are using $today for the current date in botium. Is there a way we can retrieve yesterday's date or tomorrow's date? Is it possible to use...
**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...
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...
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?...
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...