BehaveToolkit provides integration between Sublime Text 3 and Behave.
- Run specific scenarios
- Generate step functions
- Go to step function
- Highlight unimplemented steps
- Install the Sublime Text Package Controlplugin if you don't have it already.
- Open the command palette and start typing
Package Control: Install Package
. - Enter
BehaveToolkit
.
You can also install development builds by cloning the repo directly to your Packages folder.
# on a Mac
$ cd "$HOME/Library/Application Support/Sublime Text 3/Packages"
# on Linux
$ cd $HOME/.config/sublime-text-3/Packages
# on Windows (PowerShell)
$ cd "$env:appdata\Sublime Text 3\Packages\"
$ git clone https://github.com/mixxorz/BehaveToolkit
Read the getting started guide.
The full documentation can be found here.
Please read the contributing guide.