-
Notifications
You must be signed in to change notification settings - Fork 148
Home
Girija Prasad Panda edited this page Feb 23, 2022
·
16 revisions
Welcome to the cucumber-eclipse wiki!
- Plugin installation from Eclipse-Marketplace: You can Install the plugin quickly from your Eclipse-IDE's or from our cucumber-eclipse-plugin page of Eclipse-Marketplace.
- Offline plugin installation: User can download the zip and install plugin into eclipse from offline.
- Java8 Lambda Expression support for Cucumber api: Using Cucumber-Java8 API, we can write our step definitions with lambda expressions. So plugin is also enhanced to support both Content-Assistance and Glue-code features for Lambda Expressions.
- Content Assistance for Feature file: Populate all existing Steps on a single click of Ctrl+Space key.
- Reusing of steps from external jar or maven project: Reusing of existing Steps from a packaged JAR across multiple products/projects
- New Step Definition File Wizard: Quickly create a new Step-definition(.java) from Eclipse 'File' Menu.
- Auto Generation of Feature(.feature) Template: Automatically Generating a sample Feature(.feature) template.
- I18n Syntax highlighting
- Pretty Formatting
- Feature runner with formatters
- Click through from Step (in any language) to Step Definitions (written with annotations, or lambdas).
- Support cucumber expressions, limited on built-in parameter types for now. For example,
I have a {word} ball
is detected, butI have a {color} ball
will not.
- Uninstall the older version of cucumber eclipse plugin: You can uninstall the plugin from Eclipse-IDE