robotframework-sublime2-snippets
Some Sublime Text 2 snippets for Robot Framework.
Installation on Linux and Windows
Find out where you should copy the snippets from Sublime 2 homepage. Then follow instructions under Installation on OS X.
Installation on OS X
Clone this repository. Copy all snippets to Sublime 2's directory:
cd /path/to/this/repo
cp *.sublime-snippets ${HOME}/Library/Application Support/Sublime Text 2/Packages/User
You don't need to restart Sublime 2. They should just work.
Alternative
If you do want the snippets to be updatable with git clone
, utilise symbolic links instead of copying.
Snippets
- *s⇥ --
*** Settings ***
- *v⇥ --
*** Variables ***
- *t⇥ --
*** Test Cases ***
- *k⇥ --
*** Keywords ***
Protip
Combine these snippets with sublime-robot-plugin. The plugin provides some nifty features, being able to run Robot test cases directly from Sublime being the chief one.