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
I was going through the available documentation on how to implement step tables in Gauge but there is very limited documentation available and it just talks about how one can call tables in step implementation but it'll be nice to elaborate the example and demonstrate the implementation of a sample table.
Also, I don't see the list of methods applicable to the table object. It'll be nice to add the same. However, the workaround is to use table.rows.methods to get the list of methods.
The text was updated successfully, but these errors were encountered:
I was going through the available documentation on how to implement step tables in Gauge but there is very limited documentation available and it just talks about how one can call tables in step implementation but it'll be nice to elaborate the example and demonstrate the implementation of a sample table.
Also, I don't see the list of methods applicable to the table object. It'll be nice to add the same. However, the workaround is to use
table.rows.methods
to get the list of methods.The text was updated successfully, but these errors were encountered: