RIDE icon indicating copy to clipboard operation
RIDE copied to clipboard

Preprocess testrunner variables in first place, and then test suite definitions

Open HelioGuilherme66 opened this issue 9 years ago • 0 comments

This is certainly a corner case, but it may be relevant for fix for similar situations. When using the Remote library (which is a library not having keywords and doc) we pass the host address and port. RIDE consults this URL to obtain the keywords documentation defined in that remote library. But, if the URL is defined with variables, and they are only defined in options to pybot/robot, then the documentation is not found. Here is proposed for RIDE before trying to find documentation (and variables definitions) to consult the definitions at testrunner arguments text.

Examples: variables_defined_nok_for_remote variables_passing_for_remote variables_defined_ok_for_remote remote_keywords_doc_found

HelioGuilherme66 avatar Feb 29 '16 22:02 HelioGuilherme66