You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
Robotframework does support import variables by a python module/package, however, there is no IDE or editor plugin which discovers variables imported by this method correctly.
It would be good to support this, because people usually use a large variable library instead of a file.
The text was updated successfully, but these errors were encountered:
There should be support for discovering variables from variable files. As long they are imported in the test data, command line import is not supported. But are you describing something else, because libraries don't resolve to variables.
Searching variable files from module search paths is not supported by the plugin. Only libraries are searched from the module search paths. Would you like to make a PR to improve the support.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Robotframework does support import variables by a python module/package, however, there is no IDE or editor plugin which discovers variables imported by this method correctly.
It would be good to support this, because people usually use a large variable library instead of a file.
The text was updated successfully, but these errors were encountered: