Need to expose features available for Gherkin test writers

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
gram.steve's picture

I need to find a way to create a list of all tests available for non technical gherkin test writers.

What are others using for this?

Comments

I use the "-dl' command line

greggles's picture

I use the "-dl' command line option:
behat --dl

I've also noticed that PHPStorm provides autocomplete of steps, so its possible that their editor can help with this.

If they don't want to use the -dl flag to a cli...perhaps you can automate running that step somewhere and publish the output as an html page?