Hi guys, I always getting message when I run my project test: The report log.html show this message without capture screenshot
Any ideas help me resolve this issue? Many Thanks! |
Ugh
It means exactly what it says. Somewhere in your test data, you are trying to use keyword No Keyword. But Robot Framework is not able to find such keyword, from the libraries or resources which you have imported for that particular test suite.
I don't recall that any of the libraries would have keyword No Keyword. Perhaps you where looking No Operation [1] keyword from the BuiltIn library?
-Tatu
Send from my mobile
[1] http://robotframework.org/robotframework/latest/libraries/BuiltIn.html#No%20Operation
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Ugh
Ah, so true, thanks for reminding. We should definitely fix the #176. But in any case, have you done the scenario described in the #176?
-Tatu
Send from my mobile
See this issue: https://github.com/robotframework/Selenium2Library/issues/176