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

Create one field graph per object #106

Closed farhan5248 closed 1 month ago

farhan5248 commented 5 months ago

There should just be one graph per object.

Right now, there's one field graph created per step. So something as follows gets its own graph and something is present gets its own graph.

When making this graph ignore the full path so that something/object and something/something/object don't get two graphs.

Name the graph after the application and object so that there's a one-to-one mapping with the cucumber/java layer 2 files.

farhan5248 commented 1 month ago

Won't need this anymore