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

New rule: Missing data table column should be added #7

Closed
racodond opened this issue Nov 18, 2016 · 0 comments
Closed

New rule: Missing data table column should be added #7

racodond opened this issue Nov 18, 2016 · 0 comments
Milestone

Comments

@racodond
Copy link
Owner

racodond commented Nov 18, 2016

Scenario Outline: my scenario
  Given I am a customer
  When I add <abc> products to my cart
  Then I should see <abc> products in my cart

  Examples:
    | number |
    | 0      | 
    | 1      |

'abc' is not missing

@racodond racodond added this to the 1.1 milestone Nov 18, 2016
@racodond racodond changed the title New rule: Missing data column New rule: Missing data table column Dec 5, 2016
@racodond racodond changed the title New rule: Missing data table column New rule: Missing data table column should be added Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant