Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Support cucumber "Scenario outline" #702

Closed
inotnako opened this issue Apr 11, 2014 · 5 comments
Closed

Support cucumber "Scenario outline" #702

inotnako opened this issue Apr 11, 2014 · 5 comments
Labels

Comments

@inotnako
Copy link

It is now "Scenario outline" is ignored when run feature.

    @dev
    Scenario Outline: Input values
      Given I enter in input  <service>
      Then I not see list suggestions

      Examples:
        | service  |
        | -            |
        | :            |
@juliemr
Copy link
Member

juliemr commented Apr 11, 2014

Anyone working on cucumber want to take a look at this one?

@inotnako
Copy link
Author

Need update version in package.json to up 0.4.0
Now work, but without tags
cucumber/cucumber-js#174

inotnako pushed a commit to inotnako/protractor that referenced this issue Apr 18, 2014
 add support coffee(flag)
 update version (-> 0.4.0)
 add example test for scenarion outline

Closes angular#702
@jlin412
Copy link

jlin412 commented Jul 22, 2014

if you update to 0.4.1 cucumber, it will support tagging scenario outline.
However, I find that scenario outline will get executed in order anymore but executing in the end of a feature.

@jbpros
Copy link
Contributor

jbpros commented Dec 21, 2014

0.4.3 should have fixed everything related to scenario outline support.

@juliemr This can be closed I think (it's not protractor's responsibility anyway).

@juliemr
Copy link
Member

juliemr commented Dec 22, 2014

Thanks! Closing.

@juliemr juliemr closed this as completed Dec 22, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants