Questions tagged [botium-box]
55 questions
0
votes
1 answer
Dialogflow with Botium-cli using mochawesome : undefined Buttons
Button is working in bot replies but in mochawesome #bot reply is undefined
sample convo
#bot
BUTTON Pin Mailer
#me
Pin Mailer
#bot
BUTTONS Pick up|Back to menu
#me
Pick up
but in mochawesome bot response undefined
I’m using
botium-cli run…

Xerxes
- 13
- 3
0
votes
1 answer
Accessing Environment variables in Botium.json
In Botium.json, "SIMPLEREST_INIT_CONTEXT": { "token": "367439234324243" ,"sessionid":"34546363dfgfg4545"}, This value needs to taken from env variable PROCESS.ENV.token, How can i set in this file so that i can use it in simplerest endpoints ???…

KSS
- 3
- 1
0
votes
1 answer
Botium - How to get bot message in botium-bindings
I am running botium test for Google Dialogflow using Mocha as a test runner. Due to some reporting requirements, I forked botium-binding, but I am unable to retrieve the bot message.
Are there any hooks to retrieve the bot message while the test…

namchedev
- 35
- 4
0
votes
0 answers
Facing issues while updating BotiumBox 2.5.0 community edition
Using below pre-requisites:
Docker version 18.09.7,
docker-compose version 1.8.0
Start Botium Box by running docker-compose:
>docker-compose up -d
botiumboxce_redis_1 is up-to-date
botiumboxce_mysql_1 is up-to-date
botiumboxce_prisma_1 is…

gayatri
- 81
- 6
0
votes
1 answer
Two REST endpoints in simplerest Botium
For chatbot testing, We have http endpoints for chatbot, one of them posts message to chatbot and another one fetches messages from chatbot, In Botium, tried using simplerest(async api), but cant give two endpoints using generic http connectors,…

KSS
- 3
- 1
0
votes
1 answer
How we can set proxy in Botium Box, in "Generic HTTP(s)/JSON Connector"
Where in the botium Box can we setup the proxy, and how do we skip the certificate or attach certificate to HTTPS call of Generic HTTP(S)/JSON Connector.

gourav mishra
- 11
- 2
0
votes
1 answer
Retrieve Botium error message for IntentAsserter as a Json for mocha reporting
When intent assertion fails, Botium returns a verbose error message that is good for console logging or general reporting. However, I need to run some post processing to analyze what intents were triggered and what were expected.
Here is an example…

namchedev
- 35
- 4
0
votes
1 answer
Botium dialogflow connector support for Dialogflow environments
Since Dialogflow environments has gone GA, does Botium support/plan to support the environments feature in Dialogflow?
This feature would help testing different versions of the bot published in various…

namchedev
- 35
- 4
0
votes
1 answer
"botium-cli emulator console" fails with "Error: Capability 'CONTAINERMODE' or 'BOTIUMGRIDURL' missing"
I have configured botium-cli docker image, but when I try to run botium-cli emulator console, I get the following error. Please help me to fix this issue.
Also I would like to know how do I integrate this with our in-house developed chatbot. We…

Suhas Raj
- 21
- 4
0
votes
1 answer
While running the botium cli with luis connector the getting an assertion error even when the question and answers are right
I had downloaded the botium luis connector sample code from github and trying out in botium cli with one of my bot . see the folder to see the files that here.and in package.json i have given a name from the brand Luis entity and in my convo file i…

Arun Dev
- 1
0
votes
1 answer
Botium - Handle inputs from adaptive cards
I am trying to test the adaptive cards to generate a button click. I have a "Status" button in the adaptive card.
I tried the convo provided in the following…

Albie Morken
- 215
- 1
- 4
- 14
0
votes
1 answer
Botium - handle different set of responses
With Botium will I able to handle different set of responses ? I mean different count.
Sometimes i get two responses, some time i get only a single response for the same input text. The chat bot will return two responses in case of success and one…

Albie Morken
- 215
- 1
- 4
- 14
0
votes
1 answer
Rich Asserters in Botium Box community edition
In Botium Box community edition, there is no option to perform Rich assertions.So how can we handle assertions in Community Edition botium box
0
votes
1 answer
Botium - Login credentials for Botium
How can I get the Login credentials for the Botium Box community Edition? I tried with the user name as a tester and password as no one knows. In this credentials, I'm unable to create a bot and to run the chatbot, since I don't have 'Register New…
0
votes
2 answers
How does a jump between skills should be handled in Botium Box (testing Watson Assistant)?
I am trying to understand how a jump between skills should be handled in Botium Box. I am testing the dialogues of my Watson Assistant skills and I am noticing something weird.
Differently from the jumps within one skill, where each row of my input…

Pinolo
- 1
- 1