{"id":15524400,"url":"https://github.com/codeforequity-at/botium-connector-teneo","last_synced_at":"2025-10-08T13:48:18.816Z","repository":{"id":63227430,"uuid":"257638426","full_name":"codeforequity-at/botium-connector-teneo","owner":"codeforequity-at","description":"Botium Connector for Teneo","archived":false,"fork":false,"pushed_at":"2023-11-13T13:04:55.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T20:48:45.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codeforequity-at.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-04-21T15:26:42.000Z","updated_at":"2021-11-24T09:37:07.000Z","dependencies_parsed_at":"2023-10-12T16:41:26.345Z","dependency_job_id":null,"html_url":"https://github.com/codeforequity-at/botium-connector-teneo","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/codeforequity-at/botium-connector-teneo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-teneo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-teneo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-teneo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-teneo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforequity-at","download_url":"https://codeload.github.com/codeforequity-at/botium-connector-teneo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-teneo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278956338,"owners_count":26075221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T10:51:10.594Z","updated_at":"2025-10-08T13:48:18.788Z","avatar_url":"https://github.com/codeforequity-at.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Botium Connector for Teneo\n\n[![NPM](https://nodei.co/npm/botium-connector-teneo.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/botium-connector-teneo/)\n\n[![Codeship Status for codeforequity-at/botium-connector-teneo](https://app.codeship.com/projects/815af8a0-66b2-0138-276a-365ec6c7a2d7/status?branch=master)](https://app.codeship.com/projects/393729)\n[![npm version](https://badge.fury.io/js/botium-connector-teneo.svg)](https://badge.fury.io/js/botium-connector-teneo)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()\n\n\nThis is a [Botium](https://www.botium.ai) connector for testing your [Teneo](https://www.artificial-solutions.com/teneo) chatbot.\n\n__Did you read the [Botium in a Nutshell](https://medium.com/@floriantreml/botium-in-a-nutshell-part-1-overview-f8d0ceaf8fb4) articles? Be warned, without prior knowledge of Botium you won't be able to properly use this library!__\n\n## How it works\nBotium connects to the API of your Teneo chatbot.\n\nIt can be used as any other Botium connector with all Botium Stack components:\n* [Botium CLI](https://github.com/codeforequity-at/botium-cli/)\n* [Botium Bindings](https://github.com/codeforequity-at/botium-bindings/)\n* [Botium Box](https://www.botium.at)\n\n## Requirements\n* **Node.js and NPM**\n* a **Teneo bot**\n* a **project directory** on your workstation to hold test cases and Botium configuration\n\n## Install Botium and Teneo Connector\n\nWhen using __Botium CLI__:\n\n```\n\u003e npm install -g botium-cli\n\u003e npm install -g botium-connector-teneo\n\u003e botium-cli init\n\u003e botium-cli run\n```\n\nWhen using __Botium Bindings__:\n\n```\n\u003e npm install -g botium-bindings\n\u003e npm install -g botium-connector-teneo\n\u003e botium-bindings init mocha\n\u003e npm install \u0026\u0026 npm run mocha\n```\n\nWhen using __Botium Box__:\n\n_Already integrated into Botium Box, no setup required_\n\n## Connecting Teneo chatbot to Botium\n\nProcess is very simple, you have to know just the endpoint URL for your chatbot.\n  \nCreate a botium.json with this URL in your project directory: \n\n```\n{\n  \"botium\": {\n    \"Capabilities\": {\n      \"PROJECTNAME\": \"\u003cwhatever\u003e\",\n      \"CONTAINERMODE\": \"teneo\",\n      \"TENEO_URL\": \"...\"\n    }\n  }\n}\n```\n\nTo check the configuration, run the emulator (Botium CLI required) to bring up a chat interface in your terminal window:\n\n```\n\u003e botium-cli emulator\n```\n\nBotium setup is ready, you can begin to write your [BotiumScript](https://github.com/codeforequity-at/botium-core/wiki/Botium-Scripting) files.\n\n## How to start samples\n\nThere is a sample available in [samples](./samples) with Botium Bindings.\n\n* Adapt botium.json in the sample directory if required (change URL)\n* Install packages, run the test\n\n```\n\u003e cd ./samples\n\u003e npm install \u0026\u0026 npm test\n```\n\n## Additional Input Parameters\n\n    #begin\n    UPDATE_CUSTOM TENEO_PARAM|usertimezone|CEST\n\n## Assert Output Parameters\n\n    #bot\n    JSON_PATH $.input.parameters.usertimezone|CEST\n    JSON_PATH $.output.parameters.displayWidget.time\n\n## Supported Capabilities\n\nSet the capability __CONTAINERMODE__ to __teneo__ to activate this connector.\n\n### TENEO_URL\nTeneo chatbot endpoint url\n\n### TENEO_STATIC_PARAMS\nStatic parameters to add as endpoint url query parameters\n\n    \"TENEO_STATIC_PARAMS\": {\n      \"staticparam1\": \"staticvalue1\",\n      \"staticparam2\": \"staticvalue2\"\n    }","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-teneo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-teneo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-teneo/lists"}