Questions tagged [botium-box]
55 questions
2
votes
1 answer
Why Botium CLI fails extracting utterances data from DialogFlow agent?
After setting up Botium and connecting it to my DialogFlow agent (with a DialogFlow Admin Service Account on Google Cloud Platform), I tried to extract the data (intents and utterances) from DialogFlow automatically with the command botium-cli…

Davide
- 103
- 8
2
votes
1 answer
Unable to test buttons in cards in botiumbox community edition
Hi,
I am testing the chatbot as above bot. When I click on the buttons in the adaptive card the respective text is displayed in the card. But while I'm running that in live chat I'm getting ajax error.
The output data is linked in the json object…

gayatri
- 81
- 6
2
votes
1 answer
Botium Botkit 4.0: Specify userId
How can I specify userId in Botium connector for Botkit 4.0?
In 0.7, I was able to specify BOTKIT_USERID in my .spec.js file.
It was useful to test responses for different user groups.

shawnl
- 1,861
- 1
- 15
- 17
1
vote
1 answer
Unable to connect zaiper with Botium box
I am trying to connect Botium-box with Zapier , with intention to connect Slack bot.
While trying to connect to Botium-box from Zapier, I am getting following error (even after providing recently generated API Key:
authentication failed: The API…

user2451016
- 1,857
- 3
- 20
- 44
1
vote
1 answer
Botium Scripts from updated Crawler userFeedback.json not generating
When I attempt to re-run an updated userFeedback.json, with the script folder empty, I am not getting new scripts (that would include any changes made to the userFeedback.json file)
Do you have any suggestions on trouble shooting or settings/config…

penfold187
- 13
- 2
1
vote
1 answer
Botium Card Button Click
Would like to know if there is anyway to perform a card button click use the Botium framework - https://github.com/codeforequity-at/botium-core.
For example i have a bot that returns a carousel of cards, each card has a load of buttons attached to…

Cameron Newby
- 61
- 3
1
vote
1 answer
Problem connecting botium to lex through git bash
I am trying to connect botium to my lex bot through git bash. My botium.json looks something like this
{
"botium": {
"Capabilities": {
"PROJECTNAME": "My Bot Test",
"CONTAINERMODE": "lex",
"LEX_REGION": "us-east-1",
…

Sarah
- 1,361
- 2
- 14
- 20
0
votes
0 answers
What is the current state of Botium
I'm currently working on a chatbot system for a larger energie company, and we are investigating a way to use more automatic testing.
For the website we are using Cypress, but we also want to test our WhatsApp integration and possibly IVR (voice).…

Andries
- 175
- 1
- 9
0
votes
0 answers
Submit some activity in advance to start a session - botium with directline
There was a change in our chatBot and now for me to start a conversation and send questions with the bot I need to say “hi” first, how do i do this with DIRECTLINE3_WELCOME_ACTIVITY ? It’s possible? If yes, how to implement this in…

karina sanches
- 3
- 2
0
votes
1 answer
Botium Connector for Amazon Alexa Skills API "Access Denied"
I am trying to use "Botium Connector for Amazon Alexa Skills API" by following the guide https://github.com/codeforequity-at/botium-connector-alexa-smapi, but I am having the following problem:
after installing the connector via Botium-CLI, I run…
0
votes
0 answers
Botium connector for QnAmaker - Microsoft not working
Where can I find the required information below to create tests in QnA Maker?
“botium”: {
“Capabilities”: {
“PROJECTNAME”: “ActivebotTest”,
“CONTAINERMODE”: “qnamaker”,
“QNAMAKER_KNOWLEDGEBASE_ID”: “xxxxxxx”,
“QNAMAKER_RESOURCE_NAME”:…

karina sanches
- 3
- 2
0
votes
0 answers
Can't compare with Botium CLI
I have an Exel file with questions and answers. how to compare with dialogflow questions and answers with Botium
I have an attached file with questions and answers. how to compare with dialogflow questions and answers
0
votes
0 answers
Botium Box connectivity with Azure CLU and Custom QnA
I am looking for a way to connect the Botium Box with Azure Custom language understanding and the custom Question answering. These new services are under the umbrella of Azure language service.
How to connect them from Botium Box / CLI?

mukundha reddy
- 189
- 1
- 6
0
votes
1 answer
How can I use wildcards for audio Media in convo file in Botium?
I have created a folder in specs/convo/audiodirectory, which contains some .wav files. Then I have a convo file which looks like this:
Utterance hit's relevant intent
#me
MEDIA audiodirectory/*.wav
#bot
INTENT RelevantIntent
My botium.json looks…

James
- 659
- 1
- 5
- 25
0
votes
0 answers
This document requires 'TrustedHTML' assignment
I am doing End-to-End testing using botium webdriverIO connector and getting the following error:
"...WebDriver error on UserSays: javascript error: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML'…

qatest
- 5
- 3