You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm wondering if there is way to use concepts and tables together when the same steps (a concept) have to be repeated with different inputs. Or only the whole table can be passed to a step?
Something like this in .spec file:
## Some scenario
* Concept with table
|input1 |input2 |
|--------|-------|
|xyz1 |abc1 |
|xyz2 |abc2 |...
* Further steps
And then in .cpt file:
# Concept with table <table>
* Step with <input1>
* Step with <input2>
The steps are already defined with input strings so I would reuse them if possible.
Thank you!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm wondering if there is way to use concepts and tables together when the same steps (a concept) have to be repeated with different inputs. Or only the whole table can be passed to a step?
Something like this in .spec file:
And then in .cpt file:
The steps are already defined with input strings so I would reuse them if possible.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions