farhan5248 / lean-sheep-dog-tools

Eclipse and Maven plug-ins to help manual testers support developers adopting bdd and tdd using lean principles
GNU General Public License v3.0
0 stars 0 forks source link

AsciiDoctor Data Table rows should be sequential paths, not parrallel #100

Closed farhan5248 closed 5 months ago

farhan5248 commented 5 months ago

If there is a table with 2 rows and 3 columns each, then that becomes one path with 6 vertices instead of 2 paths with 3 vertices each.

If multiple adoc files have data tables for a scenario step, those will all be added to the same graph so that all the different combinations of fields for that keyword can be visualised.