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 was archived by the owner on Nov 2, 2020. It is now read-only.
Tatu Aalto edited this page Apr 30, 2016
·
7 revisions
Robot Framework Assistant wiki
This documentation is only valid from the 3.0.0 release onward. Wiki is not valid for the earlier versions.
How to create and maintain internal database
The plugin creates and maintains internal database for keyword and variables. The user should create and maintain the database with set of commands to gain access to the keyword and variable completions. The structure of the database and the required operation are explained in the Internal database for keywords and variables wiki page.
How run tests from Sublime Text
It is possible to run the tests from the Sublime text, by pressing F7or Ctrl+B. More details can be found from the
Running test suite from Sublime Text wiki.