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

Store path metadata in the graph objects #104

Closed farhan5248 closed 5 months ago

farhan5248 commented 5 months ago

Store the description, tags and title of a path in a path index in the graph.

This index is for meta data about the edge tags. Each edge is tagged with the scenario/section/path it belongs too in the paths attribute. Or another way of explaining it is that each edge has a list of paths to which it belongs. Information about those paths can be found in this index.

When writing the graph to a file, store the meta data in its own section like edges or vertices, call it paths