WEBSOCKET_START_BODY_TEMPLATE - is not creating a session with docker-cli run

I am trying to execute chat bots tests with botium-cli using the botium-connector-websocket connector.

The JSON in WEBSOCKET_START_BODY_TEMPLATE is creating a session with botium-cli emulator, but is not creating session when running the tests using botium-cli run. The same botium.json is used in both cases.

@Szabi can you please take a look at this

I added PAUSE in start of test cases, and it solved the issue. Looks like it is taking time for the websocket connection to be established.

1 Like