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

Is there a support for Scenario Outline? #208

Closed
njagadee opened this issue Jul 16, 2014 · 9 comments
Closed

Is there a support for Scenario Outline? #208

njagadee opened this issue Jul 16, 2014 · 9 comments

Comments

@njagadee
Copy link

Hi,

Do we have a support for Scenario Outline with Examples table? I tried and get this error: Error: Scenario outlines are not supported yet. See #10

I am seeing mixed comments. Some say it's added but I don't see it. Can you please help?

@akania
Copy link
Contributor

akania commented Jul 16, 2014

it is supported, try to run features locally , also check https://github.com/cucumber/cucumber-js/blob/master/features/scenario_outlines.feature

@njagadee
Copy link
Author

Thanks for the response! Can you please clarify what you mean by running features locally? I am running features locally only.

@akania
Copy link
Contributor

akania commented Jul 16, 2014

i meant to run features included in cucumber-js itself - as they show scenario outlines feature ( https://github.com/cucumber/cucumber-js/tree/master/features ) especially this one https://github.com/cucumber/cucumber-js/blob/master/features/scenario_outlines.feature

@njagadee
Copy link
Author

Yes. That works. Thank you!

But how do I remove the one from /usr/local/lib/node_modules/cucumber/lib/cucumber/parser.js:96.
This is where the previous error was thrown from. Is it from the global installation?

@akania
Copy link
Contributor

akania commented Jul 16, 2014

What kind of error? are you using latest cucumber-js?

@njagadee
Copy link
Author

I think I am confusing a lot here. Please ignore my previous comment. It works when I install and run locally. Thanks a lot for your help!

@samccone samccone closed this as completed Aug 8, 2014
@rasjani
Copy link

rasjani commented Feb 19, 2015

For people who end up here from google:

If you use grunt-cucumber to run your tests - hasnt been updated in ages and it uses old cucumber that does not support Scenario Outlines. Use grunt-cucumber-sigma instead ..

@ciekawy
Copy link

ciekawy commented Feb 19, 2015

also for UI test cucumber-js runs well with grunt-protractor-runner

@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

5 participants