justinclayton/pinocchio

Add Data Tables-style Given step to support scenario outlines

Opened this issue · 0 comments

Currently our single Given step reads like this:

Given a centos6 machine

But we should also have a step that reads something like this:

Given the following machines:
  | name     |
  | centos6  |
  | ubuntu12 |