pytest-bdd
pytest-bdd copied to clipboard
Datatables
Hello, support for datatables would be a big help. See following example from the cucumber reference. https://cucumber.io/docs/reference#data-tables
Thanks a lot.
makes sense indeed thanks for suggestion i'll work on it
Is there any progress on this issue? It seems rather important to me, especially because of #157 which prevents bypassing data tables by repeated use of the same Given step. Or is there any way to get the equivalent of https://cucumber.io/docs/reference#data-tables using what's already in pytest_bdd?
:+1: for this feature. I coming from python behave
and this feature is really useful
I don't have time unfortunately
any chance we can get some reviews on this or get it merged? @bubenkoff
for anyone interested, there's a workaround here
https://github.com/pytest-dev/pytest-bdd/pull/180#issuecomment-354878090
Hey @olegpidsadnyi do you mind if I fix up the associated PR with this so we can merge it into master?
Any updates?
Please check https://github.com/elchupanebrej/pytest-bdd-ng fork. Datatables are supported because an official parser is used there