cucumber / cucumber/cucumber-eclipse
Javascript Support
- Dominant language
- Java
- Stars
- 204
- Forks
- 151
- Avg merge
- 20h 46m
- Merged PRs (30d)
- 8
Description
Hi, I have created a Java Script project to implement Protractor scripts and it works fine. I need to implement Protractor scripts based on Cucumber framework. I have downloaded all required Cucumber plugins.
I have done "test.feature"
#features/test.feature
Feature: Running Cucumber with Protractor
As a user of Protractor
I should be able to use Cucumber
In order to run my E2E tests
Scenario: Protractor and Cucumber Test
Given I go to "https://angularjs.org/"
When I add "Be Awesome" in the task field
And I click the add button
Then I should see my new task in the list
I just need to know how do I generate step definitions using test.feature. Is there any wizard /way to do it?

Contributor guide
Assessment
This issue has not been assessed yet.