{"id":15524432,"url":"https://github.com/codeforequity-at/botium-connector-ubitec","last_synced_at":"2025-06-22T00:07:50.627Z","repository":{"id":91176477,"uuid":"255890902","full_name":"codeforequity-at/botium-connector-ubitec","owner":"codeforequity-at","description":"Botium Connector for Ubitec","archived":false,"fork":false,"pushed_at":"2021-07-05T10:03:13.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T20:48:51.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.botium.ai","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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-15T11:06:29.000Z","updated_at":"2021-07-05T10:02:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"c9ee910f-6efc-4914-9916-c561df6df477","html_url":"https://github.com/codeforequity-at/botium-connector-ubitec","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/codeforequity-at/botium-connector-ubitec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-ubitec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-ubitec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-ubitec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-ubitec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codeforequity-at","download_url":"https://codeload.github.com/codeforequity-at/botium-connector-ubitec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codeforequity-at%2Fbotium-connector-ubitec/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261212502,"owners_count":23125584,"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","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:19.910Z","updated_at":"2025-06-22T00:07:44.539Z","avatar_url":"https://github.com/codeforequity-at.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Botium Connector for Ubitec Bot Framework\n\n[![NPM](https://nodei.co/npm/botium-connector-ubitec.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/botium-connector-ubitec/)\n\n[![Codeship Status for codeforequity-at/botium-connector-ubitec](https://app.codeship.com/projects/69e80810-6c83-0138-fc87-523c19412751/status?branch=master)](https://app.codeship.com/projects/394685)\n[![npm version](https://badge.fury.io/js/botium-connector-ubitec.svg)](https://badge.fury.io/js/botium-connector-ubitec)\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 Ubitec Bot Framework 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 Ubitec Bot Framework 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.ai)\n\n## Requirements\n* **Node.js and NPM**\n* a **Ubitec bot**\n* a **project directory** on your workstation to hold test cases and Botium configuration\n\n## Install Botium and Ubitec Bot Framework Connector\n\nWhen using __Botium CLI__:\n\n```\n\u003e npm install -g botium-cli\n\u003e npm install -g botium-connector-ubitec\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-ubitec\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 Ubitec Bot Framework chatbot to Botium\n\nProcess is very simple, you have to know just the endpoint URL and Basic Authentication credentials 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\": \"ubitec\",\n      \"UBITEC_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## Supported Capabilities\n\nSet the capability __CONTAINERMODE__ to __ubitec__ to activate this connector.\n\n### UBITEC_URL\nPath of the Botium Consumer endpoint\n\n### UBITEC_USER\nUsername for Basic Authentication\n\n### UBITEC_PASSWORD\nPassword for Basic Authentication\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-ubitec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-ubitec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeforequity-at%2Fbotium-connector-ubitec/lists"}