codeforequity-at / botium-bindings

The Selenium for Chatbots
http://www.botium.at
MIT License
108 stars 33 forks source link

WATSONCONVERSATION_URL not working #110

Closed behruz-b closed 5 years ago

behruz-b commented 5 years ago

In old versions. WATSONCONVERSATION_URL is working. It can be define in testmybot.json file. Now it renamed to botium.json but this FEATURE not exist

codeforequity-at commented 5 years ago

Watson Conversation Service has been renamed to Watson Assistant some time ago, so we decided to rename the capabilities as well. Please see the connector documentation: https://github.com/codeforequity-at/botium-connector-watson

behruz-b commented 5 years ago

In this documentation https://github.com/codeforequity-at/botium-connector-watson, I see "WATSON_APIKEY", but it's not what I want (WATSONCONVERSATION_URL). Recently I used url of our server and from our server it connected to watson. We used this approach because we used several workspaces and our server can switch from one to next one, and other fuctionality. Can you say some way, how to use old version? Or where should I define URL of our server?

behruz-b commented 5 years ago

@codeforequity-at Please help to solve my issue?

codeforequity-at commented 5 years ago

Please read the link I provided. The capabilities have been renamed. The connector supports Assistant SDK V1 (the old one with workspaces) and V2 (the new one with assistants and skills).