farhan5248 / 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 Graph Model from AsciiDoctor #34

Closed farhan5248 closed 8 months ago

farhan5248 commented 8 months ago

Integrate AsciiDoctor to create graph models from pages of sections of tables. 1 adoc file corresponds to 1 feature file for easy reverse engineering Each adoc has a top level feature section aka the rule, subsections for Background or Scenarios, sub-sub-section for Steps, each of those sub-sub-sections have one or more tables for the fields. Why 1 or more and not just one? Because it makes it easier to read. For now I'll just start with one though.

farhan5248 commented 8 months ago

The adoc documentation here is really out of date so I need to figure out how the latest API works tomorrow

farhan5248 commented 8 months ago

Finished AsciiDoctor to Graph conversion done along with unit tests.

TODO