codeforequity-at / botium-bindings

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

Test cases are passed even if I don't pass anything in expected result #62

Closed kamrinkazi closed 6 years ago

kamrinkazi commented 6 years ago

Example 1:

#me
hi

#bot

bot

Hi

codeforequity-at commented 6 years ago

By default, pattern matching is used for verification.

kamrinkazi commented 6 years ago

What if I don't pass anything in expected result?

me

hi

bot

codeforequity-at commented 6 years ago

This is a placeholder for everything (could use a "*" as well).

UPDATE: have to correct myself. In this case it is ignored. So if you want it to match anything the bot is saying, just add a "*".

codeforequity-at commented 6 years ago

maybe same reason as #61 ?

codeforequity-at commented 6 years ago

?

codeforequity-at commented 6 years ago

closed for inactivity