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
If you also decorate functions, that are keywords and you will not utilise @library(auto_keywords=True) you will get several features:
Not all functions will be exposed (only that ones, that are definitely a keywords)
Library will be much easier to use with other Dynamic/Hybrid libraries, event it will be possible to add this library as a plugin for other 'cloud based' libraries, or just to incorporate into different libraries
You can also create 'plugin' system, that will be able to add new features to your library even without need to commit/change something in current implementation
The text was updated successfully, but these errors were encountered:
Hi, thanks for pointing this. I was thinking to move towards automatically generated keywords based on python kubernetes library, which does the same based on kubernetes api. I guess dynamic api is technical mean of achieving it.
It should be great if library will inherit from DynamicCore/HybridCore (https://github.com/robotframework/PythonLibCore)
If you also decorate functions, that are keywords and you will not utilise @library(auto_keywords=True) you will get several features:
The text was updated successfully, but these errors were encountered: