Skip to content

jbehave/jbehave-eclipse

Repository files navigation

JBehave Eclipse

Requirements

Eclipse (Indigo or Juno)

Features of JBehave Eclipse Plugin:

  • Custom Story Parser
  • Story Editor

Story Editor:

  • Story syntax highlighting
  • Step hyperlink detector and implementation jump
  • Basic step auto-completion
  • Step validation:
    • Detects unimplemented steps, ie invalid step syntax
    • Detects ambiguous steps, ie entry that is match by several implementation

Preference page:

  • Story syntax coloring settings
  • Localized Keyword support
  • Console (and logger level) settings

Installation

Use Eclipse Installer

Updates Site

http://jbehave.org/reference/eclipse/updates/

Local Build

Build using instructions in BUILD.markdown

Built repository found in org.jbehave.eclipse.repository/target/repository

RELEASE NOTES

Inspiration