Need add table data
Closed this issue · 8 comments
In log need to add table data. Better like expanding element.
I'm not quite sure in which view we should add the table data. You are refering to examples of scenario outlines right?
I mean if step having table data. For example:
"Given user login using credentionals:
| login | password |
| user1 | pass1 |"
I imagine it like abillity to expand step which contains table date.
Like this:
">Given user login using credentionals:"
After press to ">":
"Given user login using credentionals:
| login | password |
| user1 | pass1 |"
Yes that's missing at the moment. I'll have a bit of spare time during the weekend. I'll give it a try. Thanks for reporting it!
Looks fine!
But I doesn't see expands and collapse table ability. :)
Thanx!