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

Convert adoc Scenario Outlines to feature files #95

Closed farhan5248 closed 5 months ago

farhan5248 commented 5 months ago

For examples rows, treat each one like a scenario with all the data replaced. Save the examples name, description and row number in the child node

For this issue, just test with one example row and section. Test one row with multiple sections and multiple rows with multiple section in #97

Change steps from * to ===. tag the example sections with [examples="true"]

Child vertices with the same scenario outline name, the same examples name should be converted into one UML interaction

farhan5248 commented 5 months ago

Reverted * to === for steps