Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scenario outlines/Examples support #10

Closed
jbpros opened this issue Jun 1, 2011 · 16 comments
Closed

Scenario outlines/Examples support #10

jbpros opened this issue Jun 1, 2011 · 16 comments

Comments

@jbpros
Copy link
Member

jbpros commented Jun 1, 2011

Add support for scenario outlines and examples.

https://github.com/cucumber/cucumber/wiki/Scenario-outlines

@jbpros
Copy link
Member Author

jbpros commented Apr 30, 2012

It doesn't seem so critical after all. Should we delay this feature until there are people asking for it?

@vecernik
Copy link

ahh, yes, it is SO CRITICAL. please spent some effort to it, it would be lovely.
btw. thanks for your presentation on BDD Node.js in London, it was excellent.

@vslinko
Copy link

vslinko commented Jan 28, 2013

+1

@jbpros
Copy link
Member Author

jbpros commented Jan 28, 2013

@vecernik thank you for the kind words.

@vecernik @vslinko Have a look at the discussion here: #75

@markdrury
Copy link

Just adding my voice to the "cannot use cucumber-js until scenario outlines are supported" camp, small though it may be.

@behrang
Copy link

behrang commented Mar 11, 2013

+1

@behrang
Copy link

behrang commented Mar 11, 2013

-1
Sorry, After reading comments on #75, I changed my opinion and think it is not as useful as I thought.

@AutoSponge
Copy link

I have to drop cucumber-js because of this. It's too bad, I was looking forward to writing everything in JS. This is a standard gherkin syntax format, and a DRY-er format that QA's seem to like looking at more than the standard.

@jbpros
Copy link
Member Author

jbpros commented Sep 25, 2013

Update: I'm working on it as we speak. I had it working on a branch but I was not happy with the implementation I came up with. I'm now rewriting it again with a better and more robust design. I hope I'll be able to release it within the next 10 days.

@AutoSponge
Copy link

Let me know if I can do anything to assist: pgrenierATgmail.com

@masm
Copy link

masm commented Oct 17, 2013

@jbpros How is the work going? I was just considering working on it myself, as I really need this feature.

@nicolassenechal
Copy link

How is the implementation going? We are in the process of migrating our functionals from Java to JavaScript and just got blocked on this. Happy to help developing or validating functionality!

@samvloeberghs
Copy link

@jbpros do you have an example of implementation somewhere?

@JimLynchCodes
Copy link

I interested in seeing the right way to implement Scenario Outlines, describe the table with Examples, and then especially how to access those variables in the step definition methods (given/when/then).

@charlierudolph
Copy link
Member

charlierudolph commented Jul 11, 2016

Scenario outlines are just a way to shorten the amount of gherkin you write and don't have an effect on running. The scenario outline gets expanded into scenarios with the variables replaced.

@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests