Behave Ecosystem¶
The following tools and extensions try to simplify the work with behave.
See also
- Are there any non-developer tools for writing Gherkin files ?
(
*.featurefiles)
IDE Plugins¶
| IDE | Plugin | Description |
|---|---|---|
| PyCharm | PyCharm BDD | PyCharm 4 (Professional edition) has built-in support for behave. |
| PyCharm | Gherkin | PyCharm/IDEA editor support for Gherkin. |
| Eclipse | Cucumber-Eclipse | Plugin contains editor support for Gherkin. |
| VisualStudio | cuke4vs | VisualStudio plugin with editor support for Gherkin. |
Editors and Editor Plugins¶
| Editor | Plugin | Description |
|---|---|---|
| gedit | gedit_behave | gedit plugin for jumping between feature and step files. |
| Gherkin editor | — | An editor for writing *.feature files. |
| Notepad++ | NP++ gherkin | Notepad++ editor syntax highlighting for Gherkin. |
| vim | vim-behave | vim plugin: Port of vim-cucumber to Python behave. |