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

Save adoc section title, IDs, descriptions in edge from child to end #94

Closed farhan5248 closed 6 months ago

farhan5248 commented 6 months ago

All the child nodes in the tree should have information about the path/test case like title, description, tags.

The last vertex should have 3 attributes

  1. section title
  2. section ids
  3. section description
farhan5248 commented 6 months ago

I saved the info, now I need to save it to the .graph file, make sure I can then read it from the file and then pass it onto the uml model

farhan5248 commented 6 months ago

See what happens if I don't assign the scenario name/section title to each edge, what breaks?

If there is one child for each example row or scenario, then that label is not needed.

farhan5248 commented 6 months ago

I can read the data from the .graph file now

farhan5248 commented 6 months ago

I realised I need the scenario name because the edge weights alone won't ensure the example row order is preserved

farhan5248 commented 6 months ago

Working on feature tags and descriptions now