In typeset output, scenario steps are not numbered
For long scenarios, it's unnecessarily difficult to refer to specific steps.
Rough plan for this might be:
-
Add support to AST to number scenario steps -
Add support to rendering to emit that numbering into HTML/PDF output -
Add support to codegen to provide the numbering to the templates -
Add support to bash and python templates to report the step number when errors occur.
Edited by Daniel Silverstone