cucumber / cucumber/cucumber-eclipse

Javascript Support

Open
#283 7 comments 1 reaction 0 assignees View on GitHub
:pray: help wanted :zap: enhancement js-backend
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?
screen shot 2018-09-26 at 11 10 29 pm

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.