Last active
January 4, 2024 04:37
-
-
Save ribaptista/45ab1a8c8e3a52f424c850cc4bc2a327 to your computer and use it in GitHub Desktop.
botium setup for commerce-ai
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"botium": { | |
"Capabilities": { | |
"PROJECTNAME": "Nightly Tests", | |
"CONTAINERMODE": "webdriverio", | |
"__CLEANUPTEMPDIR": true, | |
"WEBDRIVERIO_SCREENSHOTS": "always", | |
"__WEBDRIVERIO_OUTPUT_ELEMENT_DEBUG_HTML": true, | |
"__WEBDRIVERIO_START_CHROMEDRIVER_OPTIONS": [ | |
"--no-sandbox", | |
"--disable-gpu" | |
], | |
"WEBDRIVERIO_VIEWPORT_SIZE": { "width": 1900, "height": 1280 }, | |
"WEBDRIVERIO_URL": "https://demos-test.vercel.app/editorapatua", | |
"WEBDRIVERIO_OUTPUT_ELEMENT_HASH": "TEXT", | |
"WEBDRIVERIO_INPUT_NAVIGATION_BUTTONS": [ | |
"iframe:._chat-opener-container--frame_kuwna_47", | |
"button.btn-circle", | |
"iframe:parent", | |
"iframe:._chat-container--frame_kuwna_17" | |
], | |
"WEBDRIVERIO_OPENBOTPAUSE": 1000, | |
"WEBDRIVERIO_INPUT_ELEMENT": "input.input-bordered", | |
"WEBDRIVERIO_INPUT_ELEMENT_VISIBLE_TIMEOUT": 4000, | |
"WEBDRIVERIO_INPUT_ELEMENT_SENDBUTTON": "button.btn-primary", | |
"WEBDRIVERIO_OUTPUT_ELEMENT": ".chat-bubble", | |
"WEBDRIVERIO_OUTPUT_ELEMENT_TEXT": "span", | |
"WEBDRIVERIO_IGNOREWELCOMEMESSAGES": 1, | |
"WEBDRIVERIO_START_CHROMEDRIVER": true, | |
"WEBDRIVERIO_SELENIUM_DEBUG": false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment