codeforequity-at / botium-bindings

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

Mocha helper shows error message #18

Closed Naktibalda closed 7 years ago

Naktibalda commented 7 years ago

Fixes #17

Output before:

Unhandled rejection AssertionError: expect.fail()
    at module.exports.setupMochaTestCases.testbuilder.setupTestSuite (E:\projects\botkit-starter-web\node_modules\testmybot\helper\mocha.js:16:21)

Output after:

Unhandled rejection AssertionError: Conversation is empty
    at testbuilder.setupTestSuite (E:\projects\botkit-starter-web\node_modules\testmybot\helper\mocha.js:16:21)