The plugin provides the following features:
- Basic syntax highlighting for JBehave story files
- Jump to step definition in Java or Groovy
- Error Highlighting in story if step was not defined
- Create new story files from a configurable story template
- Comment/uncomment lines in story files
- Code inspections to report unused steps definitions and undefined step usages
- Run *.story files
- Finding usages of steps methods
Known limitations:
- Searches complete module classpath, no configuration available to limit scope
- Does not take into account any custom JBehave configuration
See the github for more info
This plugin provides some support for JBehave. It is a fork of IntelliJBehave, originally created by Aman Kumar.
Features
The plugin provides the following features:
- Basic syntax highlighting for JBehave story files
- Jump to step definition in Java or Groovy
- Error Highlighting in story if step was not defined
- Create new story files from a configurable story template
- Comment/uncomment lines in story files
- Code inspections to report unused steps definitions and undefined step usages
- Run *.story files
- Spellchecking in .story files
- Structure view for .story files (via Ctrl+12 or similar shortcut)
Known limitations
- Searches complete module classpath, no configuration available to limit scope
- Does not take into account any custom JBehave configuration
- Lifecycles are currently not supported in the .story file structure view