jolly-good-toolbelt / sphinx_gherkindoc

A tool to convert Gherkin into Sphinx documentation
https://jolly-good-toolbelt.github.io/sphinx_gherkindoc/
11 stars 10 forks source link

Fix bug around scenario outline descriptions #23

Closed rbcasperson closed 4 years ago

rbcasperson commented 4 years ago

And add a description to a test scenario outline to cover this case.

The bug is that the gherkin-scenario-outline-description role is used, but it is not defined. It was an oversight on my part, but also we didn't have a test case that covered that. Tests are updated and the bug is fixed.

rbcasperson commented 4 years ago

To @dgou first to see if it fixes the issue he saw on his end.

dgou commented 4 years ago

Formal update, yes, pulled this PR and built locally for SNBN test and it's good. now reviewing code.