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

Path Info ID should be unique across multiple feature files #109

Closed farhan5248 closed 5 months ago

farhan5248 commented 5 months ago

When testing with drug-claim-svc I found out that the path index isn't unique for all feature files, just one and so there are multiple path 1 in a graph when I only assumed there's one.

Get the path count for the graph as the size of all lists of path information. If there are 2 scenarios across 2 files, there should be a path with index 0 in one of them and with index 1 in the other, both shouldn't be 0.